Hello
I want to create dynamic textbox based on sql table values.
Like.
I have a table ABC
In table ABC - Two columns , First is Id, Second is Item
Id Item
1 Laptop
2 Computer
3 Mouse
.......n ---- Items are not fixed.
Now i want to create textbox for each item on ASPX page.
Item.aspx--------------------
Laptop Textbox
Computer Textbox
Mouse Textbox