My company has an abstracted search program that we use to automatically create search criteria pages from DataTables. The program creates a set of controls for each DataColumn with the appropriate ExtendedProperty set (label, dropdown list containing equals, starts with, greater than, less than, etc.. and another control depending on the data type of the column.)
Previously we had not implemented Boolean (checkbox) search. I am now attempting to implement this and am finding that when the checkbox is unchecked, its value does not show up in the Request.Form collection ie. (id=value). When it is checked it comes back with (ID=ON). Is this a known problem? Andrew Baudouin Applications Programmer AWC, Incorporated [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> (225) 752-3939 x228 =================================== This list is hosted by DevelopMentor� http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
