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

asp.net : which event to use...


Cris Rock
2/10/2004 11:43:07 PM
When the user clicks on radio button in my ASP.Net application I want to set
the date data in one of the edit box. How to do that in ASP.Net application
?
Which event ha to be used ? I am using web control radio button. Is it
checkedevent or I have to write write OncheckedChanged in the client ?
Thanks for your suggestions.
Cris Rock


Avneesh
2/11/2004 2:46:05 AM
Cris,

You want to do that on client side or server side. ??? for client side you can add onClick javascript in the radiobutton..
radiobutton1.Attributes.Add("OnClick","javascript:setdate();")

Hope this helps.

Avneesh
MCAD,MCSD.Net

----- Cris Rock wrote: -----

When the user clicks on radio button in my ASP.Net application I want to set
the date data in one of the edit box. How to do that in ASP.Net application
?
Which event ha to be used ? I am using web control radio button. Is it
checkedevent or I have to write write OncheckedChanged in the client ?
Thanks for your suggestions.
Cris Rock



AddThis Social Bookmark Button