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

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -