Print Page | Close Window

Adding 2 new columns to already existing gridview

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2009
Forum Discription: For .NET 3.5
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1332
Printed Date: 29-Apr-2025 at 12:26pm


Topic: Adding 2 new columns to already existing gridview
Posted By: Lakshmiramineni
Subject: Adding 2 new columns to already existing gridview
Date Posted: 16-Jun-2009 at 11:44pm
i am trying to add two new columns to an existing gridview in asp.net2.0 with vb.net as code behind.
iam calling 2 dataset functions in formload and created 2 private procedures for database connections.created 2 functions for returning the column values using datarow.Using 2 stored procedures for getting the values for 2 columns in the gridview.
please send me the code for the requirement as early as possible.



Replies:
Posted By: davidklitzke
Date Posted: 18-Jun-2009 at 10:59am

This seems to be an "ASP.Net" issue, not a "Silverlight" issue so you might want to repost in the "Classic" or "WinClient" portion of the Forum.  For both Classic and WinClient, there are some tutorials on the AspDataSource.  The AspDataSource uses a Desgner approach to adding or deleting columns in a GridView.




Print Page | Close Window