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
aditya immadi
NA
215
23.8k
sessions
Mar 21 2016 10:40 AM
Hai all,
i hope as a student i can irritate all of you with my disgusting doughts and thansk for accepting me in this wonderful site.
to day i have a scenario like holding some of DB colums into next page using sessions
so far i have writteen this login page
Session["Username"] =txtusername.Text;
string [] str= (string[]).Session["Username"].ToString();
now i want to display this txtusername.text in other textbox whis is in next page so i tried with this
string name = Application["Username"].ToString();
TxtUname.Text=Session["Username"].ToString();
it doesnt work..can you please hel me out
Reply
Answers (
7
)
Object reference not set to an instance of an object
Adding checkbox column in datagridview at specific position.