I am using jQuery Form Plugin to submit (POST) a WebForm.
Everything works great if I put my controls on that form.
When I add (append) dynamic fields using jQuery (text or hidden) it seems that my fields cannot be sent.
Is there anyone who experienced the same problem?
I would like to thank everyone for their help.
I am using jQuery 1.4.1 to append elements to a UL:
I am adding and hidden element but I’ve tried using a text as well.
I’ve checked with FireBug and the elements are inside the ….
I’ve checked and all the TAGS are closed properly.
This is the script I am using to post the form:
All the asp.net web controls are posted correctly; the problem is just with the dynamic fields.
I’ll try to build a sample project to see if I’ve got the same problems.
I’ve tried with different browsers and the results are the same.
Thanks
Alberto