Re: HtmlInputRadioButton Value
From: Ignacio Machin \( .NET/ C# MVP \) ("Ignacio)
Date: 09/08/04
- Next message: Nicholas Paldino [.NET/C# MVP]: "Re: PPT => Bitmaps"
- Previous message: elpako: "Why my C# helloworld program use 16Mb of RaM ?"
- In reply to: Fabian: "HtmlInputRadioButton Value"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 8 Sep 2004 08:32:26 -0400
Hi Fabian,
If you create a control dinamically ( from code ) you need to recreate them
in the postback. If this is much trouble for you you could always create
them as "regular" html radio buttons and access them using Page.Request
collection, just as you used to do it in ASP. I have find that sometimes is
easier to use them under this kind of situations.
Cheers,
-- Ignacio Machin, ignacio.machin AT dot.state.fl.us Florida Department Of Transportation "Fabian" <fm@n-o-s-p-a-m.itacs.de> wrote in message news:uv%2308AZlEHA.896@TK2MSFTNGP12.phx.gbl... > I create HtmlInputRadionButton objects dynamically in codebihind. The > buttons have the same name. > > Now I need the value of the checked button. > > Is there a way to get this? > > > > Thanks for help! > > Fabian > >
- Next message: Nicholas Paldino [.NET/C# MVP]: "Re: PPT => Bitmaps"
- Previous message: elpako: "Why my C# helloworld program use 16Mb of RaM ?"
- In reply to: Fabian: "HtmlInputRadioButton Value"
- Messages sorted by: [ date ] [ thread ]