The most common way to do something on your ASP.Net pags, using the selected item of a DropDownList is probably to add a button. Then, in the button’s click event, do whatever coding with that item that you need to do. But let’s say you DON’T want to use a button. You want to just […]
The post DropDownList Without a Button appeared first on All Things DotNet.