Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Page_ClientValidate


Message #1 by "Mehmet Serdar" <xenonk@h...> on Fri, 30 Nov 2001 12:19:34
Does anyone know about "Page_ClientValidate()" javascript client-side

function. my one of the WebForm generates a HTML code like this for a

button:



<input type="submit" name="bSubmit" value="Go" onclick="if

(typeof(Page_ClientValidate) == 'function') Page_ClientValidate(); "

language="javascript" id="bSubmit" class="buttonStyleUp" />



I think we can write client-side codes into Page_ClientValidate, because

there won't be any function named like this if you don't write one.



But I can't do this again. My other WebForms can't generate a HTML code 

like

this.



Do you have any detail information about this subject?



Regards

XenonK


  Return to Index