TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ankit gaur
1.4k
298
32.3k
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
Reply
Answers (
5
)
Add ASP.NET MVC5 Identity Authentication to an existing APP
What is main use of VaryByCustom in mvc?