Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: RadioButton Event


Message #1 by "Hovik Melkomian" <melvik@b...> on Wed, 14 Aug 2002 10:57:22 +0430
Hi friends:
I have the Function and a ASP.NET control (RadioButton).
Please tell me how can I assign it to my client Side Script.
I've tried bellow but it gives error.

<asp:radiobutton id="RadioButtonNewMem" runat="server" Text="Be a Member" GroupName="NewType"
Checked="True" OnCheckedChanged="MemOrUser();"></asp:radiobutton>

Please tell me how to manage it?!?!

Tnx in Advance,
Hovik.



Message #2 by "Payal Parija" <pparija@u...> on Wed, 14 Aug 2002 14:09:31
it should be OnCheckedChanged="MemOrUser"


> Hi friends:
I have the Function and a ASP.NET control (RadioButton).
Please tell me how can I assign it to my client Side Script.
I've tried bellow but it gives error.

<asp:radiobutton id="RadioButtonNewMem" runat="server" Text="Be a Member" 
GroupName="NewType"
Checked="True" asp:radiobutton>

Please tell me how to manage it?!?!

Tnx in Advance,
Hovik.



Message #3 by Elissa Setarehshenas <elissasetareh@y...> on Wed, 14 Aug 2002 06:06:37 -0700 (PDT)
Hovick,
Try OnCheckedChanged="MemOrUser" 
Elissa 
--- Hovik Melkomian <melvik@b...> wrote:
> Hi friends:
> I have the Function and a ASP.NET control
> (RadioButton).
> Please tell me how can I assign it to my client Side
> Script.
> I've tried bellow but it gives error.
> 
> <asp:radiobutton id="RadioButtonNewMem"
> runat="server" Text="Be a Member"
> GroupName="NewType"
> Checked="True"
> OnCheckedChanged="MemOrUser();"></asp:radiobutton>
> 
> Please tell me how to manage it?!?!
> 
> Tnx in Advance,
> Hovik.
> 
> 
> 
> 


__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

  Return to Index