Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
how to insert dynamic text box value in database
Devendra Kumar
8y
580
1
Reply
please help ====
dynamic create text box value how insert into database :
//i get textbox id
hidValues.Value = Session["ID"].ToString();
//split there id
string
[] txtboxes = hidValues.Value.Split(
','
);
but how to get text box value and insert into database
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
javacript Created textbox values into database using C#
insert multiple value in one column