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
Surya Prakash
NA
1.7k
1.2m
unable to modify session values in Thread
Jun 7 2011 5:50 AM
Hi,
I have page1.aspx, in page load I have function which will be called in Thread as
<pre lang="msil">if (isEmail == 1)
{
//objmyClass.deliveryType = "email";
Thread cwpThread = new Thread(new ParameterizedThreadStart(ProcessMyList));
abc.Start("email");
}
if (isFax == 1)
{
//objmyClass.deliveryType = "fax";
Thread abc = new Thread(new ParameterizedThreadStart(ProcessMyList));
abc.Start("fax");
}</pre>
In the above code ProcessMyList will be called in thread & in this function I am assigning session values as <pre lang="midl">Session["EmailFileIds"] = "1234";
Session["FaxFileIds"] = "4321";</pre>
. But when I navigate to another page, I am not able to read these session values.
help me in this regard.
Thanks
Reply
Answers (
1
)
problem in Gridview exporting to excel with paging
Drop down menu link