Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
how to set asynchronous post back trigger for asp Link Button which is under the asp Listview

i want to set the asynchronous post back trigger for Link button which is under the asp Listview

any help greatly appreciated
Posted
Comments
Rajesh Kariyavula 25-Feb-15 9:28am    
What is that you want to achieve using asynchronous post back? If you just want to do a async call use onclientclick to bind a javascript function to the link button and in the function use PageMethod or use Jquery AJAX call. If you need more info on this I will answer your question

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