Q
Quentin Huo
Hi:
This morning I found something wrong in my asp.net application: some pages
and user controls didn't work well. it seems their Page_load method didnot
work. For example if add a statement in the first line in the method
"Page_load": Response.write("hello"); . But nothing showed up when
running the page.
But when I changed the AutoEventWireup to be "true" from "false", they work
well again.
Two things that I cannot understand:
1. I didnot do nothing on system setting, but why they worked well before
this morning, but they didnot work after this morning.
2.why some user controls and pages still work well even I did not change
their AutoEventWireup value from "false" to "true".
Does anybody know what happened?
Thanks
Qing
This morning I found something wrong in my asp.net application: some pages
and user controls didn't work well. it seems their Page_load method didnot
work. For example if add a statement in the first line in the method
"Page_load": Response.write("hello"); . But nothing showed up when
running the page.
But when I changed the AutoEventWireup to be "true" from "false", they work
well again.
Two things that I cannot understand:
1. I didnot do nothing on system setting, but why they worked well before
this morning, but they didnot work after this morning.
2.why some user controls and pages still work well even I did not change
their AutoEventWireup value from "false" to "true".
Does anybody know what happened?
Thanks
Qing