gridview

ASP.NET Gridview columns resizing

I am looking for some solution for ASP.NET GridView that will allow to resize columns. Can anybody have expirience in it and suggest the best solution? ...

C# Less obscure way to populate a DetailsView?

I can't seem to bind a single GridView's row to a DetailsView properly. Currently I have this: using System; using System.Collections; using System.Collections.Generic; using System.Web.UI.WebControls; namespace WebApp { public partial class CrudGrid : System.Web.UI.UserControl { public const string EditCommand = "EditD...