how to add use radio button in detailsview when it is master page.it should not posted back to the server when submit all the details
Printable View
how to add use radio button in detailsview when it is master page.it should not posted back to the server when submit all the details
Place the DefalutView in Ajax Update panel then it won't post back to the server. If u need any inofmation regarding Ajax please let me know.
Could you clearify what you want. Also please mention can you use AJAX
Go to properties of ur control ie radio button and set it post back =false
Hi,
there are some ways to that perform:
You can set property Postback=false Or if you know the AJAX then can use ajax update panel.
let me know if you got correct anser else reply what issue you have.