Hi,
On Server Side Button Click event,i need to call a javascript Confrim ,if "Ok" is clicked in the confirm popup, Again server side validation should be done. If anyone knows the solution ,pls let me know.
Scott M. - 13 Oct 2006 22:41 GMT
btn.attributes.add("onClick",javaScriptFunctionCallHere)
And then just make your client-side JavaScript in a function.
> Hi,
> On Server Side Button Click event,i need to call a javascript Confrim ,if
> "Ok" is clicked in the confirm popup, Again server side validation should
> be done. If anyone knows the solution ,pls let me know.