Hello,
After some readings, I'm not convinced.
What is the last event throwed by an asp WebPage ?
There is my problem: I have some <div> blocks and I hide them with javascript at the end of the page.
I want to show only one block, depending on the "?do" param value.
So I want to check the param value and make a call to a javascript method at the end of the page. What is the right event i should handle ? I've tried SaveStateComplete and LoadComplete but it does not work :s
Thanks !
After some readings, I'm not convinced.
What is the last event throwed by an asp WebPage ?
There is my problem: I have some <div> blocks and I hide them with javascript at the end of the page.
I want to show only one block, depending on the "?do" param value.
So I want to check the param value and make a call to a javascript method at the end of the page. What is the right event i should handle ? I've tried SaveStateComplete and LoadComplete but it does not work :s
Thanks !