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
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted May 26, 2011, 7:37 AM
====
hope this helps. I have attached the working sample... Please try that.
Posted May 26, 2011, 6:12 AM
http://www.c-sharpcorner.com/UploadFile/skumaar_mca/GridViewSubreportAjax08312009060437AM/GridViewSubreportAjax.aspx
http://www.c-sharpcorner.com/UploadFile/mahakgupta/4195/
Please try these articles.
Mayur GujrathiPosted May 26, 2011, 6:05 AM
Hope you got it now
Posted May 26, 2011, 5:59 AM
Can you please give more details for this?
Mayur GujrathiPosted May 26, 2011, 4:19 AM
i want to fire radiobuttonchecked event through that
Posted May 26, 2011, 3:49 AM
2) You can use normal post back method also.
3) From javascript do a xmlhttprequest to do database operation.
So, first decide which method will opt for you then do your implementation.
Hope this helps you.