Dynamically adding textbox on button Click
I have a button named "AddRow" inside a group box.
My functionality should work as follows.When I click on AddRow botton it should add a textbox. and the button should be shifted a little below so as to include all the textbox.
how to dynamically create a textbox on button click?
Thanks