|
| Total Answers and Comments: 3 |
Last Update: December 12, 2007 Asked by: Marimuthuraman |
|
| | |
|
Submitted by: sush1974 If AutoEventWireup is set to "false" see that the page related events are not fired. For example if you write Response.Write("hello world") in the Page_Load event when the AutoEventWireup="false" then the Response.Write.. is not executed.
Above answer was rated as good by the following members: narsareddya | Go To Top
|