J
Jeff
Hey
asp.net 2.0
I'm wondering how 2 columns can be configured to 1 column in GridView
This is 2 columns
<asp:BoundField HeaderText="IP" DataField="IP" />
<asp:BoundField HeaderText="DNS" DataField="DNS" />
But I want it to become 1 column in the GridView, so I must find away to put
these columns together...
Any suggestions?
Jeff
asp.net 2.0
I'm wondering how 2 columns can be configured to 1 column in GridView
This is 2 columns
<asp:BoundField HeaderText="IP" DataField="IP" />
<asp:BoundField HeaderText="DNS" DataField="DNS" />
But I want it to become 1 column in the GridView, so I must find away to put
these columns together...
Any suggestions?
Jeff