Forum Moderators: open
<snip>
how can i remove that
Thank you
[edited by: engine at 10:00 am (utc) on Aug. 18, 2007] [edit reason] Please describe problem, no urls, thanks [/edit]
And then in your code, add: Sub removeColumn(ByVal sender As Object, ByVal e As GridViewRowEventArgs) e.Row.Cells(0).Visible = False End Sub
That is, if it's a gridview you're using.
Chip-