plz see this problem(dropdownlist and javascript)

D

deepak kumar

i want to populate asp:dropdownlist control using javascript at page load time
how can i do this . i m unable to access the asp:dropdownlist using
javascript .
i want to populate the dropdown with integre valuers(0,1,2,3.........up to
29) so that when page loads at client sides then ,this dropdownlist
automatically popup with values 0,1,2,3,.....29 and when cleint select any of
the number then according to that particular number , a particular value(in
this case day becoz i m taking total 30 days ;0,1,2,3,........29) is selected
in server database table and the day(e.g. monday for 2) is filed at server
table

can any one help me......my sincere thanks to that person .....
 
J

J.W.

Well, if you know how to populate a html selectbox using javascript, then you
will know how to populate asp:dropdownlist. Basically, asp:dropdownlist will
generate a <select> block in rendered page, and you can use javascript to
access it with the ID name of the control.

But becareful, you might end up overwrite what you do in code behind of this
asp:dropdownlist control.

J.W.
 
J

J.W.

forgot to mention this, you can only do this in the page (aspx), not in
code-behind...
 
D

deepak kumar

ya i have done it by myself with my html dropdownlist control instead of
server control after sometime writing my query to all of u so now my
question is how i can
acces the values of html dropdownlist on server side ..eg. if i select 3
from cleint side i n my html dropdownlist then there should be correspoding
chages in that particualer row on server side databases at server side
table....plz J.W.
see it and do this problem .......for me atleast...good contributin from urs
side
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,989
Messages
2,570,207
Members
46,785
Latest member
undedgini

Latest Threads

Top