P
Phillip Vong
Sorry about this simple question.
I'm running ASP.NET 2.0 using VS2005.
I have a simple Gridview. I have a column named "WhoUpdate" with visible =
False.
<asp:BoundField DataField="WhoUpdate" HeaderText="WhoUpdate"
SortExpression="WhoUpdate" Visible="False" />
I have a simple Button outside of the gridview. I just want to make it so
when someone clicks this button, the WhoUpdate column will be visible =
True.
Thanks!
Phil
I'm running ASP.NET 2.0 using VS2005.
I have a simple Gridview. I have a column named "WhoUpdate" with visible =
False.
<asp:BoundField DataField="WhoUpdate" HeaderText="WhoUpdate"
SortExpression="WhoUpdate" Visible="False" />
I have a simple Button outside of the gridview. I just want to make it so
when someone clicks this button, the WhoUpdate column will be visible =
True.
Thanks!
Phil