When adding a new shipping option to the service, the add new shipping details panel comes up, but all other panels in the screen are ENABLE. Just the shipping details panel should be ENABLE, all other must be DISABLE, include their menus and buttons.

Recommended Answers

All 2 Replies

Just set the panel's enabled property to true or false

Panel1.Enabled=true;

Disabling shouldn't be the right property.. I think you're looking for Visible. Just set the visibility property to false.

Panel1.Visible = False

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.