Hi everybody
I have one question. I´m quite new to HTML programming, but have been dabbling with it.
I have a website that has two dropdownlists (ASP.NET controls).
One ddl is filled on Page_Load with the months available. The other I have filled with every week of the corresponding month with JavaScript.
This has worked fine. I however get into trouble when continuing on. When I press my ASP.NET button and want to get the values in the dropdownbuttons I get the value for the one filled by ASP.NET but not the one filled by JavaScript. That one always reports 0 items, even though the items are shown on the webpage.
How can I get the HTML values of the dropdown server side?
with regards
Arnar Gudnason
Iceland