Discussion on Development in Several Different Flavours

ASP.Net DropDownList annoyance

Tagged: ,

I recently ran into a problem with using the ASP.Net DropDownList for toggling the status of an element. The problem stems from how the ASP.Net page object works. In this article I present the problem and then show a solution that seems to work with some caveats.

Full Article