How to create Textbox in Runtime
Hi
Pls help me to sort out this issue.
I have created 3 textbox and 1 button in Form the form. When the button is clicked i have to add one more text box. If i click the button again i need one more to add and it's should keep on going.
How to implement this ? Pls help me
Thanks in advance
prabha
Answers (1)
0
Dataset ds=new Dataset();
ds.ReadXml("path of xml file");
Gridview1.Datasource=ds;
Gridview1.DataBind();