Name some properties of array.
No Answer is Posted For this Question
Be the First to Post Answer
What is the namespace for the thread class?
What is the difference between delegates and events in c#?
Can we change static value in c#?
What is hashtable in c# with example?
What is regex c#?
what is an internal specifier? what happens internally when I use access specifier Internal ?
List the difference between interface and abstract class?
What is inumerable?
what is reference parameter? what is out parameters? what is difference these two?
9 Answers Bally Technologies, SPIC, Wipro,
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.
what are the differences between a class and structure
what is object-oriented programming (oop) language?