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 5329hi 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 3609
What is thread in c#?
What does the parsefloat function do?
How do you remove white spaces from a string?
What do you understand by the terms datareader object and dataset object?
How are delegates chosen?
What is the purpose of namespace in c#?
While debugging a C# application can you change the value of a variable?
What is a three-tier application.
What method is used to sort the elements of the array in descending order?
what are the Disadvantages of vb
How do I do implement a assert?
What is thread safe in c#?
How do I count the length of a string in c#?
Explain About DTS package
Define c# i/o classes? List the commonly used classes?