You started out well with the question but towards the end you
apparently got impatient. No, this is not enough information. There is
obviously some code running in the Page_Load that references the
dropdownlists. Another point to note is that the Enabled property
accepts a boolean (True/False) not a string ("True"/"False"). It works
in this case because you have "Option strict Off" by default.

Otherwise, it should run fine. BTW, you should extract the dropdown
disabling code into a separate procedure that gets called when DDL1
and DDL2 values are "N".

On Apr 28, 7:33 am, TheWall <[email protected]> wrote:
> ...
> The error is something like the selected value is not in the item list
> -- on page loads.
>
> I hope this is enough information.  Obviously, I am fairly new at the
> game.
>
> Does anyone have any ideas???
>
> TW

Reply via email to