Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
SouthSpawn #1
Radio Control Buttons Inside a Data Repeater.
I know this is probably pretty trival.
I am trying to put a radio button inside
a repeater control. That will allow me to select each row one by one. Then
once the user clicks on the submit button. It determines which row has been
selected.
Can anyone post me a code sample.
Thanks,
Mark
SouthSpawn Guest
-
Radio buttons inside Accordion tab?
So I upgraded to 1.6.1 and fixed my IE issues, but it broke my radio buttons. On my page (http://www.riverviewbiblecamp.com/menu.php) I've got radio... -
ProgressBar Inside a Repeater Control
I'm trying to have a progress bar indicate the progress a repeater control is making. Here's what I have so far: <mx:Tile x="206" y="142"... -
Returning form data for list of radio buttons
I am returning a DB query for a set of radio buttons and I am naming them based on the count: <cfouput query="..."> <cfset count = count + 1>... -
Using Radio button in a Data Repeater
I want to use a radio button in a data repeater which will allow me to select only one item. could somebody please help me. Thanks ... -
Flash MX 2004: Making radio buttons without using the radio buttoncomponent
Hello Can anyway suggest a good guide for making radio buttons without the radio button component? I'm new to Flash, but I've gotten to the point... -
Brock Allen #2
Re: Radio Control Buttons Inside a Data Repeater.
void RadioEvent(object sender, EventArgs e)
{
RepeaterItem row = ((Control)sender).NamingContainer as RepeaterItem;
}
-Brock
DevelopMentor
[url]http://staff.develop.com/ballen[/url]
> I know this is probably pretty trival.
> I am trying to put a radio button inside
> a repeater control. That will allow me to select each row one by one.
> Then
> once the user clicks on the submit button. It determines which row has
> been
> selected.
> Can anyone post me a code sample.
>
> Thanks,
> Mark
Brock Allen Guest
-



Reply With Quote


