G
Guest
I am attempting to use the ASP.NET generated __doPostBack JavaScript function
in my custom JavaScript and I can use it successfully but only after the web
page is loaded and idle.
I prefer to invoke __doPostBack immediately after web page load. I have
been attempting to use the HTML Body OnLoad event to trigger invoking
__doPostBack without success.
Any idea why __doPostBack can not be invoked at the HTML Body OnLoad event ?
Do you have an alternative suggestion ?
in my custom JavaScript and I can use it successfully but only after the web
page is loaded and idle.
I prefer to invoke __doPostBack immediately after web page load. I have
been attempting to use the HTML Body OnLoad event to trigger invoking
__doPostBack without success.
Any idea why __doPostBack can not be invoked at the HTML Body OnLoad event ?
Do you have an alternative suggestion ?