Tag: Development

Community

Datareader to Datatable Convertor

(Mark Dryden) On forum today I saw an interesting post where I had advised the ORPO that a datareader could be binded to combobox, having worked on ASP.NET for the past months now its easier than falling over as you can use the ‘DropDownList’ object. However, for the Windows Combobox object (regardl

Community

Extend ASP.NET with HTTP modules

(Tony Patton) While HTTP modules have been a part of ASP.NET since its inception, I still encounter developers with no idea of their existence or usage. HTTP modules allow you to process incoming requests and outgoing responses to and from an ASP.NET application. This article offers a closer look at