DataGrid DataSource is Undefined.
Hello.
I have DataGrid that is bounded to DataSource (DataView)
In the postback (of SelectedChanged Event or other DataGrid Events)
Im Writing :
myDataGrid.DataSource
The problem is:
It is always UnDefiend , How Can i get the DataSource ?
Thanks in advance.
Rachel.
|