Click here to Skip to main content
15,907,497 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can we use jquery in asp.net forms with updatepanel
Posted

You can do this with slight tweaking read the below article it explains ASP.Net __doPostBack() javascript function which is heart of ASP.Net event model. You can call these function from jquery.

http://wiki.asp.net/page.aspx/1082/dopostback-function/[^]

Let me know if you face any issues.
 
Share this answer
 
v2
Hope this discussion helps
JQuery and Update Panel
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900