How to get the values from sqlserver to asp.n

Closed
sunny - May 11, 2010 at 06:23 AM
 nithin - May 11, 2010 at 07:18 AM
how to get the details from sqlserver2005 to asp.net form .reply urgent

1 response

1.connect sql from asp using sqlconnection class
2.open the connection
3.query using sqlcommand class
4.read using sqldatareader class
5.close the connection
0