Top "Dynamic-controls" questions

Accessing hidden-input values edited by JavaScript

I have dynamically created hidden input controls in a C# code-behind file, and then populated their values with JavaScript. I …

c# .net asp.net javascript dynamic-controls
How to name and find dynamically created webcontrols in c#

I am trying to add a unique name to each textbox that I'm adding to a table. I've tried: TableRow …

c# asp.net dynamic controls dynamic-controls
Validator nightmare on dynamic control C#

I have a requirement to add a RequiredFieldValidator and RegularExpressionValidator to a dynamically created textbox in a dynamically generated tablecell, …

c# asp.net validation dynamic-controls
how to reference dynamically created control in asp.net 3.5 with VB

I'm writing a program that inserts controls onto a webform dynamically. Depending on a variable, I add either a textbox, …

asp.net vb.net dynamic-controls
how to generate dynamic <li> tag and hyperlink from C#

ok, so what i want to achieve is, generating li tag inside ul from C#, and put hyperlink button in …

c# asp.net hyperlink dynamic-controls
Insert dynamic controls into middle of controls collection

this is my very first post! I'm pretty desperate so I'm going above and beyond my standard googling. I believe …

c# asp.net user-controls dynamic-controls