In ASP.NET 1.1. you can use the dropdownlist.SelectedValue
property, but in 1.0, you'll have to call
dropdownlist.Items(dropdownlist.SelectedIndex).value instead.

-----Original Message-----
From: [email protected] On Behalf Of S.Guhananth -

hi,
I have loaded the country dropdownlist in load event.I had declared a
OnSelectedIndex changed in country dropdownlist html code.It calls
ddlcountry_selectedindexchanged.
 
I needto capture the value selectrd in dropdownlist.So that i can use
that country in sql query and load states dropdown.Any one can help me
 
  " Runat="server">





 
Yahoo! Groups Links

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

<*> 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