开发者

asp.net dynamic control and jquery

开发者 https://www.devze.com 2023-01-06 06:57 出处:网络
I 开发者_JS百科have some controls being dynamically added to the placeholder control and on the page it has the HTML button (not asp button) that does the validation on the dynamic controls. And the c

I 开发者_JS百科have some controls being dynamically added to the placeholder control and on the page it has the HTML button (not asp button) that does the validation on the dynamic controls. And the click event handler of the HTML button is in the .js file.

Can anyone suggest the best method to do this?


Since I see that you're already using jQuery in your project I recommend you this validation library

http://bassistance.de/jquery-plugins/jquery-plugin-validation/

Very flexible and easy to use.

0

精彩评论

暂无评论...
验证码 换一张
取 消