Handling _VIEWSTATE in a Web Server

  • Thread starter Thread starter sureshsundar007
  • Start date Start date
S

sureshsundar007

Hi all,

I'm writing a Webserver in C# with ASP .NET support.I could able to
execute simple ASP .NET pages.But i dont know how to handle
QueryString and hidden data(such as username and password's) coming
with _VIEWSTATE object in the webserver.

Can any one tell me how to handle this?

Is there are any articles regarding this?

Thanks,
Suresh.
 
Scott Mitchell has recently posted a *very* thorough article on the MSDN
site regarding ASP.NET Viewstate. You would do well to read it.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/viewstate.asp

--------------------------------
| Scott C. Reynolds |
| Tales from the SharpSide |
| http://www.scottcreynolds.com |
--------------------------------

Hi all,

I'm writing a Webserver in C# with ASP .NET support.I could able to
execute simple ASP .NET pages.But i dont know how to handle
QueryString and hidden data(such as username and password's) coming
with _VIEWSTATE object in the webserver.

Can any one tell me how to handle this?

Is there are any articles regarding this?

Thanks,
Suresh.
 
Yes scott.That article was really fantastic.

But my query is to handle the _VIEWSTATE in my webserver .i.e i dont
know how to pass the _VIEWSTATE to the ASP .NET Engine from my
WebServer..


Suresh.
 
Back
Top