Home All Groups Group Topic Archive Search About

.NET DataGrid Control

microsoft.public.dotnet.framework.aspnet.datagridcontrol
Score DataBinding with Gridview
Seema - 15 May 2009 5:31 PM - 2 messages
I have the following coding in  my web form. var type = (from p in entities.Address select p);             this.GridView2.DataSource = type;             this.GridView2.DataBind(); ...
Next » 2 3 4 5 6 7 8 9 10