Dynamic TextBox in GridView
Hi to all,I have an page with textboxes and Labels. In that I have one more Control is GridView. In that have to Load based on Table count from SQL(It is dynamic arrive table). while Loading the Gridview, TExtBox have to create based on that. After Loading i have to insert the which is type in that those textboxes in Gridview in other table. Kinldy guide me do that one.
Ex: My table name is Emp with Columns (Name. Ph.no) means that hasve to Show to Two Lable ans two textbox. I have to store that values.
so, based on that columns it have to Dynamically generate.