Tag: Development

Community

A Much Easier to Use ListView

(Phillip Piper) All projects suffer creeping featurism, things that start simple and elegant end up as the “before” image in a weight-loss ad. This control has grown considerably since it was first written. For those in a hurry, this control has the following features: –It can easily display a l

Community

Custom Http Handlers in ASP.NET

(sandeep) The concept of ASP.NET custom HTTP Handlers is not new, but is a bit overlooked one. Performance-wise, using ASP.NET custom HTTP Handler is an excellent choice over ASP.NET web forms when you don’t need the huge overhead of ViewStates, Page life cycle events and support for postback stuff