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
How can I export a report of a local computer policy?
Migrating blackberry enterprise server express form sbs 2003 to sbs 2008
vbscript problem, copying normal.dotm is overwritten by the outlook initial config wizard
I need to build a biig and beefy IIS front end server. May I please have some help in configing the server
Draytek 2820 IPPBX setting up questions for VOIP
Trying to create a grid-paper like grid in java...
how to be able to push several files to ftp server, i receive 503 on fifth file, how to reuse ftp connection?
error :conversion of a char data type to a datetime data type
store values from stored procedure in variables
Add menu item to isv config to go to a guid-specific http location