Top "Web-controls" questions

Web controls are classes that allow you to create Web server controls on a Web page

Multi-select dropdown list in ASP.NET

Do any good multi-select dropdownlist with checkboxes (webcontrol) exist for asp.net? Thanks a lot

c# asp.net web-controls
ASP.NET CheckBoxList DataBinding Question

Is it possible to DataBind an ASP.NET CheckBoxList such that a string value in the data becomes the label …

asp.net web-controls
Base class includes field but type not compatible with type of control

The base class includes the field 'lbl', but its type (web.App_Code.CustomLabelControl) is not compatible with the type …

c# asp.net postback web-controls app-code
The name 'GridView1' does not exist in the current context

I have two files named as TimeSheet.aspx.cs and TimSheet.aspx ,code of the file are given below for …

asp.net webforms web-controls
How to remove span tag from WebControl when rendered

When using an ASP.NET CheckBox (and in out case, inherited from a CheckBox) it renders a span around the …

c# asp.net web-controls html
dynamically change css attribute's value in asp.net

how can i change the css attribute value at runtime like all h1 color="blue" and all p color="green". …

asp.net web-controls dynamic
Only Content Controls are Allowed (C# webcontrols)

So, I'm not sure what's going on. My boss wasn't pleased with me using MVC and Razor, so I'm being …

c# asp.net master-pages code-behind web-controls
Adding styles and scripts to ASP.NET web controls (ascx) without repeating inclusion directives

Consider to develop a web control (ASP.NET). What you would really like to do is styling and developing this …

c# javascript asp.net stylesheet web-controls
Free asp.net color picker control

Can anyone recommend a free color picker web control for asp.net webforms ? Thanks

asp.net color-picker web-controls
How To Find Checked Radio Button Using Group name My code Attached?

i am trying to find the value of checked radio using group name i have method that return it but …

c# asp.net .net radio-button web-controls