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
243.8k
insert multiple value in one column
Apr 26 2016 2:24 AM
suppose i get four values in this
string
[] txtboxes = hidValues.Value.Split(
','
);
in four values i have two company name and there number
insert company name one column
and number another column
i.e. company name: x,y
number= 1,2
but these value generate dynamic
Reply
Answers (
2
)
how to insert dynamic text box value in database
remove comma when string is null c#