c# - Insert button on asp.net formview -


i have formview has insert button on insertitemtemplate.
want disable button until form passes validation , record inserted.
have been using onclientclick event call javascript function performs validation.
once validation complete, handle of insert button , disable it.
@ point works, however, record not inserted. i'm looking way pass validation, disable insert button , insert record.
form using c#. don't have use javascript if there better way this.

thanks.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -