ASP.NET Application Examples - Delphi Meeting Brazil
Is avaliable in http://cc.codegear.com/item.aspx?id=23390 the ASP.NET application used in Delphi Meeting 2005 in Brazil.
This examples use InterBase Database, the database used is employee.gdb located in Borland Shared directory or InterBase examples directory.
The application contain 10 WebForms:
- Dynamic Banners
- Central Connection using inherted
- Using JavaScript to setfocus, showmessage and others
- Validators
- Read information in datagrid
- using BDP and WebControls
- Executing query with parameteres
- Using DataList
- Print report and export to PDF File
Share This | Email this page to a friend
Posted by Andreano Lanusse on July 11th, 2005 under ASP.NET, Delphi, English |13 Responses to “ASP.NET Application Examples - Delphi Meeting Brazil”
Leave a Comment
Server Response from: dnrh1.codegear.com

July 12th, 2005 at 9:32 am
Obrigado, pelo aviso
July 21st, 2005 at 7:40 pm
ok
July 29th, 2005 at 1:16 pm
This message is because references to starteam server.
Delete your file .local
[]’s
Andreano
September 8th, 2005 at 2:43 pm
Merhaba
September 8th, 2005 at 2:45 pm
Selam
September 22nd, 2005 at 4:10 pm
After many time, i found this!! Thanks!!
December 3rd, 2005 at 3:44 am
it does not work!
December 5th, 2005 at 8:45 am
What’s the problem?
December 12th, 2005 at 5:25 am
how the dsdepartmen.xsd can add so many object, but in the diagram it can add nothing. i add a xsd file ,and use createdatabase, but when i use create database instance or edit …, it told me that no active designer ……, what’s wrong.
the basewebpage is a system.web.ui.page ,so it’s a .net page,but how can it remove the aspx file. and the code page_load, create a databaseconnection but
FDatabaseConnection.ConnectionOptions := ConfigurationSettings.AppSettings.Get(’ConnectionOptions’);
FDatabaseConnection.ConnectionString := ConfigurationSettings.AppSettings.Get(’ConnectionString’);
the ‘connectionoptions’ and ‘connectionstring’ definition i can’t find. the interbase file employee must in the path d:\interbase751\example\data\emplyee.gdb, otherwise it will be error of ‘can not connect to the database file’, even if i change the bdbconnection’s connectionstr in all of the web form . so i understand that your dbbconnection on the web form is working just in the design time, in running time ,it connect to the basewebpage’s databaseconnection, but in the basewebpage.pas i can’t find the connectionstr configuration. why?
so the delphimeeting2005 example has too many problems, can you give me the roadmap. thank you very much.
December 12th, 2005 at 11:47 pm
Ning,
the connectionoptions and connectionstring parameter is in web.config file….
the interbase path was setup in my machine, you need to update to you path, some page are using web.config other no.
The databaseconneciton property was in base page, this use inherted….
November 2nd, 2006 at 9:50 pm
<z<z<
December 4th, 2006 at 10:32 am
example about ASP at Delphi.
August 17th, 2007 at 9:41 pm
Hello