Hello,
I'm shure I've missed something. I'm looking for a "standalone" checkbox and/or optiongroup control in NetAdvantage ASP.NET. I've been looking around for a while but all I can find is e. g. "checkbox in grid column".
Does NetAdvantage ASP.NET have a checkbox control like "asp:checkbox"?
Regards
Hello bernhardus,
There is no standalone checkbox control in NetAdvantage for ASP.NET.
I would recommend using the checkbox control that is provided with Visual Studio.
What do you mean by "optiongroup control"? We have the WebDropDown, which supplies a list of choices for a selection.WebDropDown documentationWebDropDown sample
Elizabeth AlbertLocalization Engineer
Thank you for answering.
Well, using the standard ASP.NET control is what I do right now. But this control does not fit very well with controls using Application Styling, does it? Is there a workaround for applying a styleset to a standard ASP.NET control (apart from handling this manually)? Even if there is it would be nice to have a standalone version of a checkbox, especially since there already exists an integrated app stylable checkbox control.
Regarding the "optiongroup" control: You have such in WinForms Controls named WinOptionSet; the standard ASP.NET control is named RadioButtonList.
Thanks again, I will submit a feature request.
I searched the forums, and it seems that there is no workaround for styling the inbox controls in AppStylist for ASP.NET. This option is only in Windows Forms.
For 1) the ASP.NET inbox control styling, 2) the standalone checkbox controls, and 3) the standalone optiongroup control, I would suggest submitting a feature request.