views:

33

answers:

1

I have a gridview that uses a stored procedure for its select statement. The stored proecedure accepts a varchar and a bit. I want a checkbox outside of the gridview to change the value of the bit. I've set the parameter to the checkbox but it doesn't seem to be working. Am I missing something?

A: 

Turns out there was another error in the query. Default settings for checkboxing mapped as a control to a gridview work as expected, returning true/false.

Shawn