Hello, I have a function that returns a DataTable in my asp code-behind page but don't know how to render it. So far I've tried calling the function in the Load_Page event but it doesn't work.
I assume I have to return this as part of a ASP control but don't know how.
Could you please help?
Attached is the source.