Hi there....
I tried to select value from editor control then pass that to a textbox...
i'm already tried this from documentation:
that code return me an error like this:
"Object reference not set to an instance of an object."
What should i do??
I tried to select value from editor control then pass that to a textbox...
i'm already tried this from documentation:
Dim test As String test = String.Format("Row changed, current Name = {0}", RadMultiColumnComboBox1.EditorControl.Rows(RadMultiColumnComboBox1.SelectedIndex).Cells("ContactName").Value)textbox1.text = testthat code return me an error like this:
"Object reference not set to an instance of an object."
What should i do??