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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top