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
Dhimesh Parmar
NA
126
14.3k
i need help pass multiple value in session?
Mar 11 2018 12:48 AM
session name with welcome message, session id
Session.Add("username", dt.Rows[0][0].ToString());
Session.Add("urId", dt.Rows[0][0].ToString());
lblSessionName.Text = Session["username"].ToString();
in lable print id not a name
i need this type of message like
welcome admin
Reply
Answers (
3
)
i m not able to store and retrieve the data in sqlserver
how to insert record in dtabse using mastepage asp.net