OK, I created a column in my resultset that is cast as a bit (CONVERT(bit,0) as Selected) and the checkboxfield show up just fine, except that it is read only. What I am looking to do is use the GridView as a smart CheckBoxList. Would I have to actually have
a real bit field returned in the results of the stored procedure to make this work?
douglas.reil...
All-Star
23315 Points
4647 Posts
Re: <asp:CheckBoxField /> in an <asp:GridView /> object
Nov 10, 2005 02:34 PM|LINK
Programming Microsoft Web Forms
My Blog