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

ASP.Net has 9 to 5 appeal

Tagged:

9 to 5 Appeal

Full Article

ASP.Net CheckBoxes should be able to have values

The ASP.Net CheckBox and CheckBoxList control don’t allow for the use of the full W3C HTML standard. For some reason Microsoft decided to implement a reduced functionality version that creates more work for the programmer. Come on Microsoft why can’t you follow even the simplest of standards? In this case it would make coding the .Net framework easier for you not to mention us!

Full Article