ASP.NET <Body onload="initialize()">
Posted
by Alyn
on Stack Overflow
See other posts from Stack Overflow
or by Alyn
Published on 2010-04-27T10:22:10Z
Indexed on
2010/04/27
10:23 UTC
Read the original article
Hit count: 321
Hi,
I am creating an ASP.NET custom control.
I want to set the body onload event of the ASPX page where the control resides.
Please note I cannot rely on the body tag in the ASPX page having runat="server".
any ideas??
Cheers.
© Stack Overflow or respective owner