We cannot create instances of static classes. Can we have constructors for static classes?
No Answer is Posted For this Question
Be the First to Post Answer
can a structure used in a class if yes then how.
How long does it take to learn c# programming?
What is static class in C#?
why do we use Overloading, Overriding, Boxing, Unboxing, and what is the use of these ?
How cache is implemented in web application for DB queries?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
What does break do in loop?
Can you create sealed abstract class in c#?
who is a protected class-level variable available to?
the selected inf of other combobox?How do you achieve it?
What is the functionality of break and continue in Visual Studio?
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.