1
Answer

Insert new row and label/textbox in template field.

Angel Park

Angel Park

14y
3.6k
1
Hi Experts,

I have a gridview consists of template field.  I want to insert a new horizontally column between some of my gridview databound results and i did this, 

DataRow blankRow = dtPerformance.NewRow();
blankRow["performanceID"] = "";
dtPerformance.Rows.InsertAt(blankRow, 3);

how do i add a textbook/label in between the template field using the new blank row i created?

Hope you can help! Thanks.

Cheers,
Angel
Answers (1)
0
sailorfoley
NA 97 0 20y
yes it can i have gotten it to work.the only problem i came across is that the folder where you reference your dll must contain the xml file that contains the information about the DLL. Try making the XML file the same name as the assembly