|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Dropdownlist doesnot allow child control.I am trying to create a usercontrol I have requirement like embedding a dropdownlist in a dropdownlist. when i tried <B> mydropdownlist.control.add(new dropdownlist) iam getting this error<B> Can anyone tell me how to proceed wth this. If possible do provideme code snippets. cheers Hema S -- Message posted via DotNetMonster.com http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net-web-controls/200506/1 a dropdownlist cannot take other controls. you may find a custom control
that can do this on asp.net website -- Show quoteHide quoteRegards, Alvin Bruney - ASP.NET MVP [Shameless Author Plug] The Microsoft Office Web Components Black Book with .NET Now available @ www.lulu.com/owc, Amazon.com etc "Hema S via DotNetMonster.com" <forum@nospam.DotNetMonster.com> wrote in message news:4FC645D49E100@DotNetMonster.com... > Hi , > > I am trying to create a usercontrol > > I have requirement like embedding a dropdownlist in a dropdownlist. > > when i tried > <B> mydropdownlist.control.add(new dropdownlist) iam > getting this error<B> > > Can anyone tell me how to proceed wth this. > If possible do provideme code snippets. > > > cheers > Hema S > > -- > Message posted via DotNetMonster.com > http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net-web-controls/200506/1 |
|||||||||||||||||||||||