Click here to Skip to main content
15,895,656 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to pop up the ajax modat popup extender when the user click one of the radio button list's item. That radio list buttons are located inside the gridview as Item template. From the pop up , let the user choose some options and enter some data. When user click ok button from the pop up box, the values that user key in are taken back to server side datagrid.
Posted

Hi,
Your question is not clear.,
But you only want to fire server side button from javascript then
you can use __doPostBack() function of javascript

Hope this help
Viral
 
Share this answer
 
use the OnClientClick property to call a js function
 
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