RadioButtonList

P

Paulo

Hi, I have a RadioButtonList and I need to do some verifications on a
"OnChange" event on client... because on classic asp/html I just add a
onChange event on input type=radio, etc... How can it be done on
RadioButtonList server component on asp.net 2.0 C# VS 2005 ?
 
M

Muhammad Naveed Yaseen

Somewhere in event-chain in code-behind (e.g. in PreRender), place
following code

RadioButtonList1.Attributs["onchange"] =
"javascript:ClientSideFunction();";
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top