Tag: Development

Community

FormView with a Paging Template

(Joshua Blackstone) I’ve seen several good GridView pager templates around, but very few FormView templates. I wanted to see what it would take to create a pager template that was similar to a good GridView paging template, and I think I’ve come up with one. I was surprised at how similar it actuall

Community

Errors And Exceptions In ASP.NET

Errors, mistakes and failures are unavoidable part of life. ASP.NET development is not much different. Every developer, especially beginners, will make errors whenever tries to create anything useful. Because of that, we need methods and tools for error handling. Fortunately, ASP.NET provides differ