Forum Moderators: open
I was thinking
<% Dim CompanyArea
CompanyArea = HTML here %> then the conditional but I'm sure there's a better way of doing this. Any ideas?
What I think you are saying you have a Company Table. And this table is used on multiple pages. And you are looking at some way to optimize this access?
Just for an example of the pages Index has links to the following:
--> CompanyName.aspx?CompanyId=X
--> CompanyBIO.aspx?CompanyId=X
--> CompanyAddress.aspx?CompanyId=X
--> CompanyLogon.aspx?CompanyId=X
--> CompanyEmployees.aspx?CompanyId=X
Just a thought you could have all this information on one page but use JavaScript to show or hide the different details depending on the user actions. Example setting up tabs which correspond to the different sections and only show the currently selected tabs information.