Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jun 14, 2012 01:02 PM by tdmca
Member
38 Points
72 Posts
Jun 14, 2012 12:54 PM|LINK
hide gridview command column when i editing formview
any help appreciated
Contributor
2396 Points
661 Posts
Jun 14, 2012 01:02 PM|LINK
grdiview.Column[0].Visible=false;
mshiyam86
Member
38 Points
72 Posts
hide gridview column in code behind when we using other control
Jun 14, 2012 12:54 PM|LINK
hide gridview command column when i editing formview
any help appreciated
tdmca
Contributor
2396 Points
661 Posts
Re: hide gridview column in code behind when we using other control
Jun 14, 2012 01:02 PM|LINK
grdiview.Column[0].Visible=false;