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
Devendra Kumar
NA
517
243.1k
about session in c# .net
Aug 20 2016 1:38 AM
hello friends
i'am working on e-commerce site i have facing a problem to store session value
when client click conform then client go to pay pal website and then complete payment and return to given page
i will get transaction id
but in this page i will call session like:
if
(Convert.ToString(Session[
"login_nm"
]) !=
null
&& Convert.ToString(Session[
"login_nm"
]) != "")
{
lbl_name.Text = (Session[
"login_nm"
]).ToString();
lbl_msg.Text =
"Thank You for shoping with us."
;
}
and Session[
"login_nm"
]) value store when client fill there details
but Session[
"login_nm"
]) this is empty
how get this value
Reply
Answers (
3
)
dropdownlist onselectedindexchanged event is not working
How to add XML node using C#?