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
244.7k
session lost when paypal return url .net
Aug 22 2016 4:10 AM
code of return url 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."
;
}
when pay pal return thank u page
then Session[
"login_nm"
] value null
how to get it
Reply
Answers (
2
)
Import Excel Format on Asp.Net C#
Disable the dropdown controls in MVC4