ankit gaur

ankit gaur

  • NA
  • 295
  • 30.2k

Create Dynamic textbox based on Sql Table Values.

Nov 19 2018 12:04 AM
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

Answers (5)