“OnClick” action to asp.net dropdownlist item.
Posted
by Luís Custódio
on Stack Overflow
See other posts from Stack Overflow
or by Luís Custódio
Published on 2010-04-08T19:38:15Z
Indexed on
2010/04/08
19:43 UTC
Read the original article
Hit count: 243
ASP.NET
|dropdownlist
My situation is a little strange I guess, suggestion of engineering is acceptable.
I have a DropDownList, on my "user" creation, called "city". When I'm creating the user I can create other city, but for this I have a button which redirect to other page.
So, ok. I've created the new City and now I click on my DropDownList of cities and guess what?! The field is not reloaded.
My first idea is every that I click on DropDownList, reload the data, but I can't find some OnClick action for Asp.Net DropDownList.
This is my question, some idea? Thanks in advance.
© Stack Overflow or respective owner