Post is removed by the User.
Based on logged username to filter data in Gridview Munikumar G 8787 15 Feb 2012 Post is removed by the User.
If you want to display data of logged in user, you have to create the following sql query:
In the above query a session field is created (id) in which you have to pass the id of user in order to display data in gridview.
Thanks.
Hi,
This is my code
who has to login in the site display user details only on gridview.
please send me the code asap.
Hi,
In gridview display data as login username.
Thanks
MuniKumar,
What you trying to ask?
You can paste you code here.
Here I am providing some links related with datagridview in asp.net which might be useful for you.
1. GridView Decoration in ASP.NET
2. GridView inside GridView in ASP.NET(Nested GridView)
3. GridView Control in ASP.Net
Thanks