开发者

jquery ajax and asp.net data entry form

开发者 https://www.devze.com 2023-02-07 04:18 出处:网络
I have a pretty big data entry form which has many text fields which are dynamically added on the browser by the user. So i can not use server side controls such as asp:TextBox.

I have a pretty big data entry form which has many text fields which are dynamically added on the browser by the user. So i can not use server side controls such as asp:TextBox.

What would be the best way to submit the form and capture all the data on the serv开发者_如何学JAVAer side?

I use asp.net 3.5 (web forms)


  1. register a hidden field in your asp net page
  2. put your changes on client side into it.
  3. load hidden field in postback
  4. VALIDATE SOOO MUCH!
0

精彩评论

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