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
manjula d
NA
172
139.9k
in page using multiple times of usercontrol dropdownlist
Nov 8 2014 6:12 AM
Dear Friends,
am using UserControl(.ascx) 6 Times in a single page(.aspx)
my problem is: in usercontrol have dropdownlist
how to get 6 dropdowns selected value
am binding dynamically(DB) from dropdown values
i wrote like:
$(document).ready(function(){
$('#ddlCountry').change(function () {
$('#hidCuntry1').val($("select[name='#ctl00$ContentPlaceHolder1$using1$ddlCountry']").val());
$('#hidCuntry11').val($("select[name='#ctl00$ContentPlaceHolder1$using2$ddlCountry']").val());
$('#hidCuntry111').val($("select[name='#ctl00$ContentPlaceHolder1$using3$ddlCountry']").val());
$('#hidCuntry1111').val($("select[name='#ctl00$ContentPlaceHolder1$using4$ddlCountry']").val());
$('#hidCuntry11111').val($("select[name='#ctl00$ContentPlaceHolder1$using5$ddlCountry']").val());
$('#hidCuntry111111').val($("select[name='#ctl00$ContentPlaceHolder1$using6$ddlCountry']").val());
});
});
if U Known Pls Help Me
Reply
Answers (
3
)
How To Use JPages
How To give online jQuery CDN in code behind