To retain the value of selected radio button when page reloads in jsp.
Asked By anil namburi
08-Sep-10 01:44 AM
I have one jsp page which contains two radio buttons 1.yes 2.no .by default no is selected.while clicking on "YES" two date fieids will appear.I have another button "ASV".when clicking on this another page will open,in that page i will selected name of the "ASV". After this page ,Before page will is reloading and again radio button "NO" is selected even though previously user selected "YES" button.so,please provide solution for this.If possible please send the code for this.
thank u.


To retain the value of selected radio button when page reloads in jsp. I have one jsp page which contains two radio buttons 1.yes 2.no .by default no is selected while clicking on "YES" two date fieids will appear.I have another button "ASV".when clicking on this another page will open, in that page i will selected name of the "ASV". After this page , Before page will is reloading and again radio button "NO" is selected even though previously user selected "YES" button.so, please provide solution for this.If possible please send
Retaining the value of selected radion button when page refreshes i have two radio buttons in my application, 1.yes 2.no by default no' is selected .when clicking on yes button it will display two more fields like starting date and ending datewith default values and user can change this values also.I have another button "ASV" when clicking on this another page will open and i and that value will appear in before page.Then that "radio buttons" page is refreshing and again "no" is selecting even though user selected "yes" button.so, I want to retain the value of selected radio button even though page refreshes or reloads. . . you will have to
Retaining the value of selected radion button when page reloads i have two radio buttons in my application, 1.yes 2.no by default no' is selected .when clicking on yes button it will display two more fields like starting date and ending datewith default values and user can change this values also.I have another button "ASV" when clicking on this another page will open and i and that value will appear in before page.Then that "radio buttons" page is refreshing and again "no" is selecting even though user selected "yes" button.so, I want to retain the value of selected radio button even though page refreshes or reloads. . . please provide solution in
Number radio button in radio button list Hi, Please any one tell me how to number radio button in radio button list when it is populated in asp.net. i want i++; } } Thanks dipa. But the code provided by you display radio button control first (radio button circle) and then numbers. is it
radio button in asp.net please tell me how to use radio button in asp.net using c#? click on one radio button should enable the three radio button? i havec 4 radio buttons 1.all 2.name 3.place 4.education when but if all is not checked i can select the radio button indivusially Hi Rehu: it seems to me that you
Disabling the radio button. Hi iam Using HTML radio button code in jsp page for disabling the radio button. < input type = "radio" id = "emActivationYes" name = "radio1" value = "yes" disabled = "disabled" onclick = "displayDateFields checked > Yes < input type = "radio" id = "emActivationNo" name = "radio1" value = "no" disabled = "disabled" onclick = "hideDateFields1 I also placed the java scrpit code to disable the radio button but still it is not working shown below. . can u
Radio button list Hi I have a Radio button list in my page . After placing that i have placed some other controls. I need javascript for the radio button list while the user doesn't select any one option in radio button list , i need to show one alert messgae like please select any option in radio button list. How can i do this. Cheers, Samantha. Use this
get radio button selection in grid view. Hi, i have a grid view having 8 columns, where i am adding the radio button at runtime in RowDataBound event of gridview in 4 columns the radio button will be visible on some conditions and there can be one radion button as selected in one row. when user click any radio button, i need to check some value in DB side. i EventHandler (radiobutton_CheckedChanged); but the problem is whenever i click any radio button, i got the focus for all selected radio button