Hi Please i need some clarification on creating controls dynamically ie. This code creates 10 textboxes on
Page_Load()
for i = 1 to 10
dim MyTextBox as new TextBox
panel1.controls.add(MyTextBox)
next
i need to do this with a button_Click Event so that each click will create 1 textbox at a time not all at ones

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.