how to connect to DB dynamically in ASP .net
-
hi friends, I'm trying a program in ASP.net where I need to connect to access Database dynamically.I've a gridview which'll display the results of a select statement. Can you please tell me all the steps involved in connecting to the database and displaying the results in a gridview ? I'm new to asp.net & hence please provide all the steps that I need to do in order to get the output. Thanks in advance... Thank you all for your help..
-
hi friends, I'm trying a program in ASP.net where I need to connect to access Database dynamically.I've a gridview which'll display the results of a select statement. Can you please tell me all the steps involved in connecting to the database and displaying the results in a gridview ? I'm new to asp.net & hence please provide all the steps that I need to do in order to get the output. Thanks in advance... Thank you all for your help..
Hi There are many ways to connect to database in ASP.net. Instead of telling you about my logic I would prefer you to use Microsoft Standards and tutorial for this. Please visit http://asp.net/learn/dataaccess/default.aspx?tabid=63[^] Regards Tayyab
Lets work it Out.........!
-
Hi There are many ways to connect to database in ASP.net. Instead of telling you about my logic I would prefer you to use Microsoft Standards and tutorial for this. Please visit http://asp.net/learn/dataaccess/default.aspx?tabid=63[^] Regards Tayyab
Lets work it Out.........!
Thanks Tayyab, It's a great site.Got to work on DataAdapters,DataTables ,Datasets etc...It was wonderful to see the outputs.. Thanks a lot...