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

an object,class is value type or refarance type. ?

4 Answers   Synechron,


What is clr in c#?

0 Answers  


What is the difference between namespace and class in c#?

0 Answers  


what are the best design patterns for C#.Net?

1 Answers  


Write the sample code for threading in c# .net..

4 Answers   Logica CMG,


What is delegate in c#?

0 Answers  


What is a hash table in c#?

0 Answers  


How do I open the console?

0 Answers  


1) how to delete duplicate records from table in sql server 2005 2) what is run time polymorphism

4 Answers   HCL, IBM, L&T,


What is datatable and dataset in c#?

0 Answers  


What are the variables in c#?

0 Answers  


What Is The Difference Between ViewState and SessionState?

1 Answers   Fiserv,


Categories