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
Anil Kumar
723
1.3k
133.6k
How to convert coma separate string into json array
Aug 15 2019 11:21 PM
Hi i have string like "12,23,45" from database now i have to convert that into json array to send in webapi parameter but when i convert that into array i got result like
i have string like "12,23,54" in my database
my result:
["\"93\",\"94\""]
but i need like :
["93","94"]
Please help
Reply
Answers (
8
)
Calling aspx page method using jquery
how to remove value from other dropdown in gridview