TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
KRayudu V
NA
155
205.4k
how to get specific user details once we login
Jun 17 2013 4:05 AM
Hi,
i created one master page and login page.once i login ,im able to get the username.
Example:
if (Session["usename"] != null)
{
lbllogout.Text = "Welcome :" + Session["usename"].ToString();
}
Now,i want to get the complete details of user once i login(i want to show it in gridview)
Reply
Answers (
3
)
How to send SMS that contain username & auto-generated passw
How to get folder name from directory?