Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set a private variable?
Message
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01344645
Message ID:
01344941
Views:
11
>>If there is a postback between receiving this variable and retriving it, then it would be lost and you need to save it either in ViewState or in Session or in Cockie. Otherwise you can use a class variable declared on the class level.
>
>I ended up using Session variable. So far, in my testing, it works. I sent update to the customer for testing too.
>
>Thank you.

Probably ViewState would be easier.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform