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.



I am using a data table and a datagridview. I am creating two columns in data grid view : 1)DataGr..

Answer / rajashekar reddy.y

use remote script to acheave at run time
or use java script methods like
document.getelementbyid('gridfind contol').onblur=textchange
()//method
this is normal java script method to change at client side

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More C Sharp Interview Questions

List out the differences between array and arraylist in c#?

0 Answers  


What does a constructor do c#?

0 Answers  


What is an array? Give the syntax for a single and multi-dimensional array?

0 Answers  


How many bytes is an int c#?

0 Answers  


How we free the memory in C#.NET.

3 Answers   Synechron,






What is a resource? Provide an example from your recent project.

2 Answers   IBM, Logica CMG, Wipro,


Is c++ or c# better?

0 Answers  


What is cshtml?

0 Answers  


What is the solution if you need to manipulate sets of items?

0 Answers  


How do I do implement a assert?

0 Answers  


What is xamarin used for?

0 Answers  


To create a localized application which namespaces are necessary?

0 Answers   Siebel,


Categories