Mathias,

You would be talking about ViewState, I believe. ViewState/Postback is an integral part of the ASP.NET programming model. Here are some MSDN artilces on ViewState/PostBack and how you can avoid it in ASP.NET (If you really want to).

What is it (PostBack):
http://msdn.microsoft.com/msdnmag/issues/01/05/webforms/default.aspx

How to see it (ViewState):
http://msdn.microsoft.com/msdnmag/issues/03/04/cuttingedge/

How to avoid it:
http://msdn.microsoft.com/msdnmag/issues/03/02/cuttingedge/default.aspx
http://msdn.microsoft.com/msdnmag/issues/03/04/aspnetuserstate/default.aspx



----Original Message Follows----
...
Hi,

Today I had a look at XSP and Mono's implementation of ASP.NET. Something that made me wonder is the extensive use of JavaScipt and POST variables. Since the usage of this techniques makes it impossible to bookmark the generated pages I wonder if the extensive use of JavaScipt and POST is required by the specification of if it is just an implementation specific detail.

Ciao,
Mathias

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to