I have a datagridview name is "grdShowDeatils", a class with name "objShowCampaignStats" having method which returns a DataTable name of method is "GetCapmaignsStatsDetails()"
{
grdShowDeatils.DataSource = AnyDataTable;
}
My Problem is dataTable
has three columns , i want to hide 2nd column at run time it should not be visible for user. How i can do this ?