Download
100% FREE
Office Document APIs for .NET
Online: 666
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
.NET Framework
>
Loading ...
How you will Hide Column(s) in the Windows Forms DataGridView Control?
Posted by
Syedshakeer
on 5/19/2009 | Category:
.NET Framework Interview questions
| Views: 9572
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
Set the DataGridViewColumn.Visible property to false.
vb.net:
-------
dataGridView1.Columns("CustomerID").Visible = False
c#.net:
------
dataGridView1.Columns["CustomerID"].Visible = False;
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
Which of the following does not contain Id and Run ...
Next > :
What is a master page ?
Comments or Responses
Login to post response
More Interview Questions by Syedshakeer
What is a master page ?
What is side-by-side Execution?
Difference between varchar and char:
Can we create a Foreign Key with out Primary Key?
What is Check Constraint?
Advantages of Crystal Reports
difference between custom control and user control
which of the following controls support databinding.
Latest Interview Questions
What is the difference between a "Message Assignment" shape ...
What is the latest version of BizTalk Server?
What is the difference between Distinguished field and Promoted Proper ...
What is Correlation in context of BizTalk Server?
What is the difference between a Document Schema and a Property Schema ...
List out some Artifacts of BizTalk Server?
What is Biztalk Orchestrations Dehydration and Rehydration?
What is the default mapping for Auto Mapping?
More ...