Microsoft
Software
Hardware
Network
Question : Adding Columns to ASP.Net Gridview Control
I wrote the following code attempting to add additional columns to a ASP/ Net GridView control, however at runtime, the only columns that display are the ones i create using <asp:Boundfield> tags. What am I doing wrong?
myreader.Read();
int j = myreader.GetInt32(2);
BoundField newfield = new BoundField();
newfield.HeaderText = j.ToString();
newfield.DataField = "Top";
lineGrid.Columns.Insert(i,
newfield);
lineGrid.Rows[0].Cells[j].
Text = myreader.GetInt32(3).ToStr
ing();
lineGrid.Rows[1].Cells[j].
Text = myreader.GetInt32(4).ToStr
ing();
Answer : Adding Columns to ASP.Net Gridview Control
Your contractor will be creating an OUTGOING request on port 1935 to their server I am guessing. I think this test is testing a request for an incoming stream. Try reversing the rules for the test.
Random Solutions
SEO Yahoo Directory, $299 a year, is it worth it? Will it increase a PR0 PR1 or PR2 a level?
Show Hide tables using drop downs in asp
how do i configure notepad++ to run and compile C++ programs ?
Read XML through oracle view and ordered output
programmatically find WebappsClassLoader in tomcat
2008 TS apps run through 2008 RDS/TS
Do I need OEM CDs to reinstall or will ActionPack CDs work? SBS 2003
Regular Expression for Date format mm/dd/yyyy
Record Update Function Access VBA
Open Excel file