On User Dashboard Page just show the current user all data
Hi, I want to show the data in the grid view of the user that is logged in. Like 10 users register on my website. I have 10 records in my db. when one user log in to his/her account then as account detail just show the only current user data in the grid view. thanks a lot.

Brijesh RathorPosted Nov 24, 2016, 3:07 AM
You'll need the following using statements:
here u can get userid and then write function to extract user data and then bind this user data to gridview.Suvendu Shekhar GiriPosted Nov 24, 2016, 3:14 AM
Nitin SontakkePosted Nov 24, 2016, 2:57 AM