Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
Sessions in single object
Vamsi Krishna
9y
366
1
Reply
Session["UserID"] = userdt.Rows[0][0];
Session["UserName"] = userdt.Rows[0][1];
Session["UserRole"] = userdt.Rows[0][5];
Session["ParentUser"] = userdt.Rows[0][7];
I want store these session in single object
how can i store please help me
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
Question about building a server/client chat application
C# How to add dynamic data and access and remove data fast