Hi all,
I've got a GridView for which I need to populate the rows with something a little more complicated than a simple SQL statement, thus the SelectCommand won't work. What I'd like to do is call an external procedure (I assume via OnSelecting) to do my more complicated query, but how do I get the results to bind to the GridView object?
Thanks for any information.
Robert
I've got a GridView for which I need to populate the rows with something a little more complicated than a simple SQL statement, thus the SelectCommand won't work. What I'd like to do is call an external procedure (I assume via OnSelecting) to do my more complicated query, but how do I get the results to bind to the GridView object?
Thanks for any information.
Robert
Comment