I have a view panel within a repeat control that contains the database path and server
If the database doesn’t exist, I don;t want the view panel to load (as it errors at runtime)
I’ve tried referencing a sessionScope variable in the loaded code, tried referencing the value of a computed field that is on the same custom control above the view panel that definitely holds the correct value and it always fails
It could be because the loaded script runs first when the control is launched
What can I do? Any tips?
TIA
Mike