Explain About namespaces


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Explain static class members.

0 Answers  


Which class does the remote object has to inherit?

0 Answers  


What is the difference between a constant and a static readonly field?

0 Answers  


Write a short note on interface?

0 Answers  


How many parameters can a method have c#?

0 Answers  


Is learning c# hard?

0 Answers  


Where do you add an event handler ?

1 Answers  


What is the keyword used to prevent a class from being inherited by another class?

0 Answers   Siebel,


How assembly versioning in .NET prevent DLL Hell problem?

0 Answers   DELL,


What is master page in asp net c#?

0 Answers  


Explain the OOPS concept in C#?

0 Answers   HCL,


I am using a data table and a datagridview. I am creating two columns in data grid view : 1)DataGridViewComboBoxColumn 2)DataGridViewTextBoxColumn. The items of datagridviewcombo are the list of all items in data table column 1. I want that the data type of the DataGridViewTextBoxColumn should be the same as the data type of the item selected from the datagridviewcombo at runtime. How can I do that.Also I want that each cell in column of datatable should be of variable data type. Pls help. thnx.

1 Answers   Storm,


Categories