I have a repeater, bound to a datatable that is created from a ftp siteholding directory names. I wa...
By eskimo
Hello,In the wizard control, it seems that I'm contrained to use only thebuttons provided by the...
By nkaufman
I am using VS2005 and .Net 2.0. I have a treeview on an aspx page thatdisplays a big amount of data....
By h_samara
Hi!I have 2 frames called "Left" and "Main".In the "main" I have this imagebutton (the enabled prope...
By rod
Hi there. I wonder if anyone could some help.i have the following web layout1. masterpage 1.1 on ...
By gumpie, 1 Comments
HiIs the XHTML+SMIL profile supported by IE? By other popular broswers?Is it going to be supported?W...
By e_zverev, 1 Comments
Hi,I have a Hyperlink control whose NavigationUrl is set to a url having alength of 160 characters.W...
By opa, 2 Comments
I am trying to construct a web site with a master page, and content pages based on that master page....
By admiralprinting, 6 Comments
I have a web page that has controls which I'm adding at design time. I'malso dynamically a...
By enathan, 2 Comments
How about a request.forms['name of button here']
the effect of this code is to return the checked radio button in the group
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
"Fabian" <fm...n-o-s-p-a-m.itacs.de> wrote in message
news:erVG2WZlEHA.324...TK2MSFTNGP11.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
>
alvinbruneymvp | Wed, 28 May 2008 22:03:00 GMT |
Thanks for answer,
but I cant use Request.Form method because the rb is located in an user
control.
Now, I use an RadioButton object with group property, and iterate the
HttpRequest form keys to get the rb ID.
It works fine :-)
"Alvin Bruney [MVP]" <vapor at steaming post office> schrieb im Newsbeitrag
news:eo2u94alEHA.3496...TK2MSFTNGP12.phx.gbl...
> How about a request.forms['name of button here']
> the effect of this code is to return the checked radio button in the group
> --
> Regards,
> Alvin Bruney
> [ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
> Got tidbits? Get it here... http://tinyurl.com/27cok
> "Fabian" <fm...n-o-s-p-a-m.itacs.de> wrote in message
> news:erVG2WZlEHA.324...TK2MSFTNGP11.phx.gbl...
>
fabian | Wed, 28 May 2008 22:04:00 GMT |