Is this possible?

  • Thread starter Thread starter thomson
  • Start date Start date
T

thomson

Hi all,
In my login page after the validations are over, i need to
call a java script, Only after the validations are over in the server
side, i need to call this javascript

Thanks in Advance

Thomson
 
Hi,

If I understood your problem correct, herez the answer. On server side,
check for Page.IsValid property, and if it is true, register a client side
JavaScript that actually gets called when the page loads, In this way, you
get the javascript called after client side and server side validation.

Prakash.C
 
Back
Top