Sign in | Join
Last post 03-03-2008 9:44 AM by illmo76. 2 replies.
Sort Posts: Oldest to newest Newest to oldest
I have a GridView that is not showing up. I am passing 4 QueryString Parameters from a form page to a page with my GridView but nothing appears. I have a SQLDataSource that uses a stored procedure and it tests fine. Here is my code. Any help is appreciated...
<%
<
</
By default, if any of your Parameters are empty, your SqlDataSource Select event will be cancelled. To change this behavior, set the SqlDataSource.CancelSelectOnNullParameter is set to False.
ecbruck...that was it! I think this is the 3rd time you've helped me out! Thanks!