Click here to Skip to main content
15,907,326 members

Comments by Dibin Babu (Top 14 by date)

Dibin Babu 27-Feb-13 7:18am View    
I have a dataset ,i want to show the dataset values into the windowsFormsHost.
Dibin Babu 23-Nov-12 4:29am View    
menu object returns null.......
Dibin Babu 23-Nov-12 4:00am View    
MenuItem mnu = (MenuItem)sender;
switch (mnu.Name)
{
case "Create Revanue":
RevenueSummary obj = new RevenueSummary();
this.Close();
obj.Show();
break;
}

But it is not Working
Dibin Babu 8-Nov-12 2:53am View    
Deleted
my code is............. dataGrid1.Columns[0].Visibility = false;
Dibin Babu 8-Nov-12 2:50am View    
Deleted
i want the answer in WPF.......