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
nishant ranjan
NA
390
0
setting value of html control using jquery and json
Feb 20 2014 5:08 AM
i have a json stored in hidden field with given below data.
[
{"Column_ID":"cntName","Field_Value":"satyendra"},
{"Column_ID":"cntAddress","Field_Value":"Test"},
{"Column_ID":"cntDate ","Field_Value":"03"}
]
i have
aspx page with html input control
name same as column_id.
i want function in jquery which will read json and set value to html input control whose id is as given in column_id
how can i do this.
Reply
Answers (
2
)
Insert multiple radio button value in database
What is difference between String and StringTokenizer?