i am really very new to asp.net. please help me out here. i want to retrieve data from the sql server. i have a column in the table that contains the same value as the user login name,so when retrieving data i want to use the login name how do i do that?pliz help me.
thanks in advance...
Sandeep Singh ShekhawatPosted Oct 30, 2012, 12:40 AM
using System.Data.SqlClient;
2. create a function in that class which retrun sqlConnection
3 create a function which return all login names in a data Table