in a web application,am trying to convert the datasource of a gridview to a DataTable. Below is the code i tried, but unfortunately it returns null value
DataTable dt = (grdJobEventViewer.DataSource as DataTable);
Please do let me know the possible solution for this. Thanks in advance.