Results 1 to 5 of 5

Thread: how to set a Datagrid column(x).visible = false (resolved)

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2001
    Location
    Austin
    Posts
    397

    how to set a Datagrid column(x).visible = false (resolved)

    depending on a session variable how can i set a column to visible?

    this is what i tried.
    VB Code:
    1. If Session("YES_VC") = "Yes" Then
    2.             Me.dbgMemberInfo.Columns(7).Visible = True
    3.         Else
    4.             Me.dbgMemberInfo.Columns(7).Visible = False
    5.         End If
    Last edited by texas; Feb 2nd, 2006 at 08:53 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width