Hi,
I have been developing ASP.NET for about 2 years now and when it comes to 
storing simple values between postbacks, I often store simple literals in the 
ViewState like this:
 
ViewState["Action"] = "Update";
 
I was doing some investigation into a piece of open source work and the Author 
had put a //HACK comment above a similar piece of code.
My question is, is this a hack and if so how better can I accomplish a similar 
task??
 
Paul
 
===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to