About GrideView Bind IList<t></t>
-
Person has the following properties :ID, Resume, Name, Gender Resume is a Class too, it has the following properties: ID, ResumeName, Date, Content Now , I get a collection IList. I binded the collection to Gridview, like this: CS file:
IList< Person > personList = getPersonList(); GridView.DataSource = personList; Gridview.DataBind();
aspx file:modified on Tuesday, September 16, 2008 10:56 AM
-
Person has the following properties :ID, Resume, Name, Gender Resume is a Class too, it has the following properties: ID, ResumeName, Date, Content Now , I get a collection IList. I binded the collection to Gridview, like this: CS file:
IList< Person > personList = getPersonList(); GridView.DataSource = personList; Gridview.DataBind();
aspx file:modified on Tuesday, September 16, 2008 10:56 AM
What is the problem you are facing?
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions