oldmanbernie
Programmer
I have a gridview that is bound with a SQLDataSource by stored procedures on SQL Server. The stored procedure is a left outer join between two tables that may yield null values for 3 bit-typed variables. This causes a problem because the Gridview would not accept null values. Is there a way to use a try-catch to catch the exception and do an insertion to the database as the gridview object is being displayed?