I actually need help with some coding issues - not sure if anyone can 
help or is this the right group to post to:

---------------------------------------
I have HTML DDL with values. And I have a button for executing. 
<form runat="server" name="DDL"> 
<select> 
<option value="1234"> 
<option... and so forth. 
</select> 
<button onclick="funcDDL()"><img></button> 
</form> 

--------------- 
C# -> 

public void funcDDL() { 
string val = DDL.boroughDDL.items.selectedIndex; 
..... 
.... 
} 

And here is the error: 

The type or namespace name 'DDL' could not be found (are you missing 
a using directive or an assembly reference?) 

I can do it using ASP:DropDownList control but it needs to be done in 
the above manner. Is it possible and if yes - could someone help 
please...Thanks. 




------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/X1EolB/TM
---------------------------------------------------------------------~->

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/AspNetMetroArea/

<*> To unsubscribe from this group, send an email to:
     [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 

Reply via email to