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
Devendra Kumar
NA
517
244.6k
how to insert dynamic text box value in database
Apr 25 2016 9:13 AM
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
Reply
Answers (
2
)
javacript Created textbox values into database using C#
insert multiple value in one column