-1

There is a Page consist of 5 different usercontrols with texboxes, dropdownlist according to the backend table requirement and a submit button. The task is to save the fields in database without postback means just like update panel but without it. Each usercontrol has do this without postback. I don't know what to do...

Nikhil Agrawal
  • 47,018
  • 22
  • 121
  • 208
Zubarik
  • 107
  • 1
  • 2
  • 9

1 Answers1

0

May be you can try jQuery Ajax. Refer these links,

http://api.jquery.com/jQuery.post/

jQuery Ajax POST example with PHP

Community
  • 1
  • 1
vinodpthmn
  • 1,062
  • 14
  • 28