Ask a Question related to ASP.NET General, Design and Development.
-
Mike S #1
Adding Attributes to RadioButtonList Items?
I am trying to use a RadioButtonList bound to a custom datasource to
acomplish some user functionality. I want to add various
onmouseover/onmouseout/onblur/onfocus events to each individual ListItem
housed by the RadioButtonList; however, the rbl.Items[n].Attributes.Add(
eventName, callFunction ) model does not work for this--I can only add
attributes to the rbl object itself: Is there a built-in way to do this that
I am missing (without creating a custom RadioButtonList server control)?
Thank in advance for any advice,
Mike S
Mike S Guest
-
Problem adding attributes to DataListItem..
Guys, I have created a custom class that derives from DataList so that I can add some custom client side functionality into each new item row... -
Adding items to a cfgrid
Hi! I'm trying to add items to a cfgrid using form elements. E.g. I have fname textfield, lname textfield, market comboBox, etc in my form I want... -
changing attributes on multiple items at once
I know MX11 has changed a bunch of stuff...I haven't been using it much lately, but now want to draw some illustrations. I'm finding that I can't... -
Dynamically Created RadioButtonList Items & ViewState
I'm having a variation on the typical problem with saving ViewState of dynamically created web controls. I have two radiobuttonlist controls (call... -
Adding attributes to xml root element.
Namaskara! Can anybody suggest a simple way to add or remove an attribute to the root element in an xml file ? -
Mike S #2
Re: Adding Attributes to RadioButtonList Items?
I guess I'll build my own custom implementation; I will post a link to it
here when it's finished.
Does anyone have any features they would like to see implemented?
[k-e-y-w-o-r-d-s]
-- Custom RadioButtonList Server Control --
-- Custom Server Control --
-- Radio Button List --
-- RadioButtonList --
"Victor Garcia Aprea [MVP]" <vga@NOobiesSPAM.com> wrote in message
news:%23gDWrhoSDHA.2252@TK2MSFTNGP12.phx.gbl...> Hi Mike,
>
> You've hit a well-known bug. Do a quick search on [url]http://groups.google.com[/url]
> to find tons of post about it. I've posted about it more than a year ago
> along with some code to work-around it.
>
> --
> Victor Garcia Aprea
> Microsoft MVP | ASP.NET
> Looking for insights on ASP.NET? Read my blog:
> [url]http://obies.com/vga/blog.aspx[/url]
> To contact me remove 'NOSPAM'. Please post all questions to the newsgroup
> and not by private mail.
>
> "Mike S" <mikes@n-o.sp-a.m.pac.odedodea.edu> wrote in message
> news:OQmVdcoSDHA.1804@TK2MSFTNGP11.phx.gbl...> that> > I am trying to use a RadioButtonList bound to a custom datasource to
> > acomplish some user functionality. I want to add various
> > onmouseover/onmouseout/onblur/onfocus events to each individual ListItem
> > housed by the RadioButtonList; however, the rbl.Items[n].Attributes.Add(
> > eventName, callFunction ) model does not work for this--I can only add
> > attributes to the rbl object itself: Is there a built-in way to do this>> > I am missing (without creating a custom RadioButtonList server control)?
> >
> > Thank in advance for any advice,
> > Mike S
> >
> >
>
Mike S Guest



Reply With Quote

