Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
SQL
Dear all how can i use remote javascript for checked changed event of radiobutton/checkbox and also i want to deal with databse through that
i dont want to use ajax control tool kit
Posted

1 solution

I didn't understand the question but what i got is you want to raise checkbox changed event at server side when any user clicks on Checkbox. you don't need ajax for this you can simply do this with "AutoPostBack" property of the checkbox/radiobutton

see this link:
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.checkbox.autopostback.aspx[^]

Thanks,
Hemant
 
Share this answer
 
Comments
Mayur Gujrathiii 26-May-11 5:59am    
no not like that i want to fire radiobutton checked change event asynchronously as we can do it with the use of update panel but i want to do same with the help of javascript (xmlhttprequest)
Hope you got it now
Hemant__Sharma 26-May-11 7:57am    
interesting question let me do some R&D and i'll get back to you.
Mayur Gujrathiii 31-May-11 6:35am    
your R&D over?

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