> I have been working on the server controls chapter of Professional ASP.NET
> (chapter 18).
>
> I thought I had understood the issues until I tried to apply the
> principles to a list box rather than a text box.
>
> How do I create a Select input object that writes option tags within the
> select tag using Add AttributesToRender() method? Is there any Help in
> Visual Studio .NET that covers this issue, because I haven't been able to
> find any? Or am I going about it the wrong way?
>
> The TextBox example is a real teaser when examples of other objects are
> not given as well.
>
> Tony Vaughan
> (Safehelp Ltd.)