Groups | Blog | Home
all groups > asp.net > july 2004 >

asp.net : Trap Client Side Radio Button click event


walterd
7/19/2004 11:19:30 PM
Hi

I have a DataGrid with dynamically created Radio Buttons using ItemTemplate.
How can I catch the Click Event for the selected Radio Button in Client
Side?
I need to perform some validation based on which Radio Button is selected.

Regards

Eliyahu Goldin
7/20/2004 10:19:47 AM
The direction: Use datagrid's ItemDataBound event to add an onclick event
handler using radiobutton's Attributes property.

Eliyahu

[quoted text, click to view]

AddThis Social Bookmark Button