|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET DataGrid Controlmicrosoft.public.dotnet.framework.aspnet.datagridcontrol
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(); ...
|
|||||||||||||||||||||||