But surely a column name in my data should have no effect on ListBox, DropDownList and ComboBox ?
Like I said , even if I dont use that column in my grid it Still disables the checklist items.
Is there a list of reserved keywords that I should watch out for ?
I’m building a generic, grid – that will produce a grid screen for whatever sql statement you pass to it.
But now if that statement happens to include a column that matches a reserved word in one of the controls , things start wobbling.
Its not a big deal… I can probably work around “disabled” , I’m just worried about Other keywords that might cause trouble without me noticing it during development.