Welcome to Tech-Review.Org Sign in | Join | Help

.net_2.0

My coding blog entries. Typically will either be more complex coding examples or overcoming product issues / troubleshooting resolutions.

September 2006 - Posts

Another Approach to Custom Paging: C# and SQL 2005 using Optional Parameters and ROW_NUMBER()
There are alot of features with .Net 2.0 that allow for binding to data sources, and provide the developer the ability to do so without writing a single line of code. If you are working with a simple web site, the odds are that you really do not need Read More...
Atlas: Using Dynamic Controls within a ModalPopUp (with selection from GridView )
In my opinion, the ModalPopUp is the most useful AJAX enabled control the toolkit provides. I prefer it because I like the ability to provide an input form on top of selection lists so that there is not the issue of writing controls that redirect to new Read More...