Hi,
I want to use asp stadard controls,How to create runtime in these controls in GUI,That means, I have a button this button is asp button when click this botton and then create asp standard botton .... pls help me all...........
Regards
Sreejesh
Loading

richard smithPosted Mar 5, 2013, 8:40 AM
If so, why not just go ahead and create both buttons but keep the visible property of button2 to false, but when button1 is pressed then set the visible property of button2 to true.