This question is locked. New answers and comments are not allowed.
Hi,
In my Scenario i want to add colums to a gridview dynamically.
Example : I have 4 columns in my Gridview that is StudentName,Score1,Score2 and Average. When i click on a button saying Add Column. I need to added another column to the Gridview called Score3. So that user can edit the score and Average is Calculated.
The gridview will also perform aggregate functions.
Can you please guide me on this.
In my Scenario i want to add colums to a gridview dynamically.
Example : I have 4 columns in my Gridview that is StudentName,Score1,Score2 and Average. When i click on a button saying Add Column. I need to added another column to the Gridview called Score3. So that user can edit the score and Average is Calculated.
The gridview will also perform aggregate functions.
Can you please guide me on this.