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 5237hi 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 3536
What is ildasm and obfuscator in net?
Can you specify nested classes as partial classes?
What is the adv of using System.Text.StringBuilder over System.String?
What is selector c#?
Explain the difference between a Private Assembly and a Shared Assembly
In how many ways you can overload a method?
Do loops in c#?
What is the use of command builder?
What is cshtml?
What are virtual destructors?
What is the use of flag in c#?
Is c# and c sharp same?
Why do we need dependency injection in c#?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
What is the console on a mac?