S
Sam
Hi all,
Would some one tell me why the value of the e.Item.Cells(index).Text
argument in my datagrid control update event is empty even though I have it
populated? If I want to know a value of a cell in my datagrid control, it it
better to use this expression "MyString =
Ctype(e.Item.cells(index).Controls(0), textbox).text" or this expression
"e.Item.Cells(index).Text"?
If a column of my datagrid control is populated with data but it's not
visible, can is values still be read?
Thank you
Sam
Would some one tell me why the value of the e.Item.Cells(index).Text
argument in my datagrid control update event is empty even though I have it
populated? If I want to know a value of a cell in my datagrid control, it it
better to use this expression "MyString =
Ctype(e.Item.cells(index).Controls(0), textbox).text" or this expression
"e.Item.Cells(index).Text"?
If a column of my datagrid control is populated with data but it's not
visible, can is values still be read?
Thank you
Sam