Home All Groups Group Topic Archive Search About

Control not in the list of controls for parameters

Author
9 Nov 2006 3:50 PM
Elmo Watson
I have a control which I've created. However, when bound to a DataSource
control, when I go to the Update and INsert queries, and make my control
appear in the list of controls for a parameter, it does not appear.

scenario - Datasource control - Properties - click update query - sql
statement appears fine - all the names of the required parameters appear on
the left, but my control(s) do not appear in the ControlID list, when
choosing Control as a source.

Does anyone know why this is happening, and how (code or other) I can get my
control to appear in the list?

Author
10 Nov 2006 10:27 PM
MikeS
It may be that wizard is glithcy.

I duplicated the problem here but got around it by editing the
ControlParameters ControlID and PropertyName attributes in source view.

Sometimes doing a rebuild of the website too might clear up these types
of things.