Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have an radio button list with hidden radio and display label as radio it is inside updat epanel when i click on it it change the style of radio button means on page load it display properly it changed on radio button click for that i had used
aFarkas-accessible--stylable-Radiobuttons-and-Checkboxes-1.4.3-0-g22c3f35 demo project please use onselectedindexchanged event of radio buttonlist andaccess method from code behind without refreshing the page .any have solution plaese help its urgent
Posted
Comments
Nagy Vilmos 23-Sep-11 11:05am    
Code example might help here.
bhargavpp 24-Sep-11 0:39am    
aFarkas-accessible--stylable-Radiobuttons-and-Checkboxes-1.4.3-0-g22c3f35 these is the demo project you can download from internet please try in it

please add this function in javascript

JavaScript
function load(){Sys.WebForms.PageRequestManager.getInstance().add_endRequestjsFunctions);}function jsFunctions(){your javascript}

and call this function from body event onload it work fine hope this helpful
 
Share this answer
 
v2
Javascript solution

JavaScript
function pageLoad(sender, args) {

//YOUR CODE HERE
}
 
Share this answer
 

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