Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

non visible columns

0 views
Skip to first unread message

omgeisen

unread,
Oct 5, 2009, 3:13:41 PM10/5/09
to
How do you make a column in a datagrid non visible?

Alexey Smirnov

unread,
Oct 26, 2009, 6:39:29 PM10/26/09
to
On Oct 5, 8:13 pm, "omgeisen" <u55245@uwe> wrote:
> How do you make a column in a datagrid non visible?

You can use Visible property

<asp:DataGrid>
<Columns>
<asp:BoundColumn DataField="ID" Visible="false"></asp:BoundColumn>
</Columns>
</asp:DataGrid>

0 new messages