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
ActiveSync Mobile Not Working on SBS 2003 Virtualized in ESX 4.0
How can I prvent to copy if directory is empty when using RichCopy
How to show Inbox Time column?
Networking problems windows 7, typing on computer B appears on computer A
Auto complete in Outlook 2010
ASP.NET - why would I get this error on my host when I do not get it on my localhost
TS profiles v2 for Windows Server 2008 are empty
Server SBS 2003 DHCP & DNS issue
color picker on website
How to display just a folder name, NOT the full folder path for open folders in the taskbar, XP Pro