Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
DataBinding to a Web Service in ASP.NET 2.0
Aug 08, 2006 at 2:41 PMThat said, a GridView doesn't provide an configurable means of inserting new data, i.e. there is no "enable insert" option. The GridView control does inherit the ability to support insert operations via an InsertCommand, much like a SelectCommand or DeleteCommand. You must write this manually, though. Furthermore, I found it necessary to create FooterTemplates to support this data entry and to create an EmptyDataTemplate to allow entry of initial items.
So, as mentioned: it can be done, but I think there are easier ways to do what you want.
Regards,
Jim Greer