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
Imtiyaz Ansari
591
1.9k
197.6k
Dropdown value set in javascript
Jun 22 2014 6:48 AM
Hi every one
i am find code two textbox select date in two textbox date difference value bind dropdown list
i am achive find date difference but dropdown selected value not set
in javascript please help anyone ..
this code used already:-
1. > document.getElementById("<%=ddldays.ClientID %>").value = days;
2 .> var element = document.getElementById("ddldays");
element.value = days;
Reply
Answers (
1
)
Re: How to get values from dynamically created controls
FTP