I
Isz
Hello,
I have an ASP .NET application that uses a SQL stored procedure to page results back to the application. I'm doing this because I am using the Repeater control for it's customization. My question is how do I handle the case where no results are returned? I'm checking the return value and I'm checking to see if there is a table in the DataSet collection as well as checking to see whether there are any rows in that table. No matter what I do, IE returns a page cannot be displayed error message, even though I have turned off "Show friendly error messages" in IE.
Anyone have any thoughts?
Thanks
I have an ASP .NET application that uses a SQL stored procedure to page results back to the application. I'm doing this because I am using the Repeater control for it's customization. My question is how do I handle the case where no results are returned? I'm checking the return value and I'm checking to see if there is a table in the DataSet collection as well as checking to see whether there are any rows in that table. No matter what I do, IE returns a page cannot be displayed error message, even though I have turned off "Show friendly error messages" in IE.
Anyone have any thoughts?
Thanks