I have developed a website by using C#.net which can allow it's user to register and after registeration they are able to login to the system.(It's using Sql Server 2008 as Database)
Right now I'm trying to allow user to see their details in a textbox such as their name and their phone number after they login to the system,But I don't know how to do it?because if I use normal Grid view they are able to see other members information as
well.
You can use a general ADO.NET (I mean SqlCommand for registration and when goes successfully,please remember these name and password by saving them into ViewState and then retrieve out into TextBoxes).
Benjaminsh
Member
1 Points
10 Posts
Allowing user to see his/her profile
Jan 05, 2013 06:05 PM|LINK
Hi Guys,
I'm new with asp.net and need your help urgently.
I have developed a website by using C#.net which can allow it's user to register and after registeration they are able to login to the system.(It's using Sql Server 2008 as Database)
Right now I'm trying to allow user to see their details in a textbox such as their name and their phone number after they login to the system,But I don't know how to do it?because if I use normal Grid view they are able to see other members information as well.
What technique I need to use!
Please help,thank you in advance.
Regards
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Allowing user to see his/her profile
Jan 06, 2013 07:09 AM|LINK
Hello,
You can use a general ADO.NET (I mean SqlCommand for registration and when goes successfully,please remember these name and password by saving them into ViewState and then retrieve out into TextBoxes).
Reguards!