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
emma oj
1.5k
195
23.6k
Creating Multiple Dynamic TextBox in c# n storing the value in mssql
Jan 8 2021 9:59 PM
Please help me with the code to create Dynamic TextBox in ASP.NET and store data to SQL Server using button click. Every time a user enters x number of textbox inside the Textbox field and click on the button,it will generate the stated x numbers of row with three individual Textbox and another button will save the value to database.
Example: x = 4
[ TextBox1 ] [TextBox2] [TextBox3] | |New Row|
[ TextBox4 ] [TextBox5] [TextBox6] |New Row|
[ TextBox7 ] [TextBox6] [TextBox9] |New Row|
[ TextBox10 ] [TextBox11] [TextBox12] |New Row|
|Save|
Reply
Answers (
3
)
Dynamically created button refreshes the page instead of doing as due
Learn BLAZOR PWA