Retrieve data from sql

Closed
unknownme Posts 2 Registration date Wednesday February 22, 2012 Status Member Last seen February 22, 2012 - Feb 22, 2012 at 07:28 PM
 Pankaj Kumar Gupta - Mar 26, 2012 at 02:08 PM
Hello,


Hello,


hi I would like to ask your opinions on how the current log in user can view the data that he/her entered. For example, I am building expenses tracking system. Users can insert all the expenses spent by them by select the month ( drop down menu) which I already made and the expenses by insert them in each text boxes. After they've confirmed the items, the system will submit all the data in the database (sql).

How can I retrieve only the row that related to the current username to be shown in gridview of something else> I am working with ASP.NET in C# language.
Thank You!

1 response

Pankaj Kumar Gupta
Mar 26, 2012 at 02:08 PM
insert user id with data in database and retrive data by user id in GridView
0