Contents tagged with Framework 2.0
-
Rows and Columns Merging in ASP.NET GridView Control
Its been a long time I have written any article on ASP.NET. Just few weeks back I got a very interesting requirement where I had to customize my GridView by Grouping the Columns and also merging the Rows by using Colspan properties. So while in View mode of GridView the data should be display in Rows and Columns format, but when I click on Edit it will display in List Format where we can place the controls in any format we want. You can refer to the figure below for the final target what I am going to show in this article.
-
.NET Windows Development: Everyday Tips, Tricks & Optimization - Alberto Población
This is one of the best book I have came across so far, This book is so indulging that once you start reading this book you will want to finish all the chapters in one go, actually same thing happened to me too.
-
My Crush List of 2009
-
Versioning ASP.NET 2.0 WebSite Assembly / Web Deployment Project
The web project model changed in number of ways from Visual Studio 2003 to Visual Studio 2005, But one major part which is missing is the ability to version the assembly using AssemblyInfo.cs file.
-
Using ASP.NET 3.5 History Control with ASP.NET 2.0
Using Back Button in ASP.NET 2.0 and AJAX