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 5425hi In my database i put id column as identity(the database is incremented by it self only)what i want is if i enter a data in my website, id will come automatically can u pl z tell me the code thax in advance
1 3675
What is boolean method?
What is difference between association, aggregation and inheritance relationships?
How do you escape a character?
Can we make a Static Constructor Parameterized? Give Reason with your answer
What does convert toint32 mean?
Why delegates are type safe in c#?
How to transpose multi-dimensional array?
Can You Prevent Your Class From Being Inherited By Another Class?
Why is main static in c#?
What is class sortedlist underneath?
Explain the serialization in .net
What is default class in c#?
What is dependency injection in simple words?
What is a base class in C#?
In a memory when you Box and Unbox a value-type what happens?