Postback or not ?
-
1. How exactly does ASP .NET determine whether the request is a post back or not 'cuz even when the form postback method is set to 'get' it's still recognized as a post back. I thought when ASP.NET recieves an HTTP POST command it will treat that as a PostBack .. so I'm a bit confused. 2. Is there a good free tool to trace HTTP commands Thanks UB You may stop this individual, but you can't stop us all... after all, we're all alike. +++Mentor+++
-
1. How exactly does ASP .NET determine whether the request is a post back or not 'cuz even when the form postback method is set to 'get' it's still recognized as a post back. I thought when ASP.NET recieves an HTTP POST command it will treat that as a PostBack .. so I'm a bit confused. 2. Is there a good free tool to trace HTTP commands Thanks UB You may stop this individual, but you can't stop us all... after all, we're all alike. +++Mentor+++
Poastback is also based on EnableViewState property of the Page. Bhaskara