Client-Side DropDownList Event Handling?

  • Thread starter Thread starter Jeremy
  • Start date Start date
J

Jeremy

I have 2 DropDownList controls on an ASPX page and would like to set the
selected text in one of them during the SelectedIndexChanged event of the
other - and I'd like to do this all client-side. I'm hard-coding the content
of both DDLs, so the content of each could be known ahead of time and
therefore a round trip to the server would hopefully be totally unnecessary.
Is this possible? If so, how?

Thanks.
 
Back
Top