J
John Kotuby
Hi all,
I am converting an ASPX 3.5 page in VB and VS 2008 from the standard
postback to callbacks using an UpdatePanel.
I had originally been adding an onload attribute to the Body tag in the
Master Page, which would call a Javascript function to display a message if
a hidden field contained a value other than a null string.
Well, of course I discovered that the Body onload event only happenned upon
initial load of the page.
I tried adding a client event attribute to the UpdatePanel but I am not
having any success.
Thanks for any help in this matter.
I am converting an ASPX 3.5 page in VB and VS 2008 from the standard
postback to callbacks using an UpdatePanel.
I had originally been adding an onload attribute to the Body tag in the
Master Page, which would call a Javascript function to display a message if
a hidden field contained a value other than a null string.
Well, of course I discovered that the Body onload event only happenned upon
initial load of the page.
I tried adding a client event attribute to the UpdatePanel but I am not
having any success.
Thanks for any help in this matter.