Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.