|
If it is a static page
===============================================
Reply to:ppaannyyjj() Reputation: 100 2017-01-04 21:19:43 Score: 0
I don't use radiobuttonlist very much, but I think javascript can be achieved
var obj = document.getElementById ("rblist");
obj.option [0] .checked = false;
Didn't try, probably this is it
==================================================
If it is an aspx page, the server control should have the value of ViewState. JavaScript can change the value of the html control, but the value of the view cannot be changed. JavaScript seems to have been canceled, but it is actually an illusion. |
|