Top "Asp.net-controls" questions

ASP.

ASP.NET control to render a <div>

The Label control in ASP.NET seems to render <span> tags, but is there a server control to …

.net asp.net asp.net-4.0 asp.net-controls
How do I disable all controls in ASP.NET page?

I have multiple dropdownlist in a page and would like to disable all if user selects a checkbox which reads …

c# webforms asp.net-controls
How to register custom server control on ASP.NET page

I have a project and I am trying to register a custom server control (there is no .ascx file) on …

asp.net custom-server-controls servercontrols asp.net-controls asp.net-customcontrol
Set ClientID in asp.net

Is it possible to set the ClientID of any asp.net server control? How can I do this?

asp.net client-side asp.net-controls clientid
how to change visible of an asp.net control of master page in content page?

I have a Master Page that have a asp:Panel control and the code that sets Visible = False in it's …

c# asp.net asp.net-controls
how to add menuItemClick event when menuItem is created programatically in asp.net?

In my asp.net web application, i have created a menu and menuItem programatically based on the Logged in user …

c# asp.net c#-4.0 asp.net-controls
PlaceHolder vs Literal for adding HTML markup generated at runtime

This question points out Literal vs Label while this question points out Panel VS. PlaceHolder but just today I was …

asp.net asp.net-controls asp.net-placeholder asp-literal
Add ASP Controls to a Table Dynamically

Right now I have an ASP Table. I can add rows and cells to this table just fine. What I …

asp.net asp.net-controls
Using SELECT DISTINCT on an already created DataTable object?

I have an already created DataTable object which i am using for my girdview (asp.net) i also need to …

asp.net data-binding datatable distinct asp.net-controls
Asp.Net Dropdownlist Set Item View limit

I have a country DropDownList in Asp.Net Page.I Bind DropDownList from Database. it gives me 239 item. and it …

c# asp.net drop-down-menu asp.net-controls