I have admin module. This module have one master page which has the no of panels at left side. I have to make this panels visible and invisible with base control class which is constructed in VB language. I’m working with asp.net 2.0 with c# web site.
Please give me idea how do i construct this base control class and manage panels with Master Page on link button click event.
We’ll there is a plenty of opportunities to make it.
I’d prefer using of facade pattern.
Construct a class which would use VB class inside:
And then you can use this class inside your master page as helper class.