G
Guest
My boss has put a couple of restraints on me that has me tearing out my hair.
Here is my problem.
On a particular asp page I need to use server side controls so that I do
some fairly complex logic in C#.
There is a background graphic that needs to stay in place and a big empty
area where my result set is displayed. In other words, the page cries out for
frames but my boss won't hear of that. No frames at all.
OK, I have a panel that allows me to make a fairly complex set of search
criteria appear and vanish. When the search criteria is visible the result
set is not and vice versa. I use a button to toggle this.
There are some buttons, including the one that toggles the search, another
that creates a new purchase order, and some simple search criterias (the
other that I spoke of is a detailed search, almost a report writer). These
have to stay outside the scrolling area.
I have a div to provide a scrolling area for my result set.
It turns out that I can easily put everything, the New button, etc, inside
the div and it will scroll, but as I said, the new button and a few others
must be outside the scroll area.
When I put the fixed controls outside the div I was told that they need a
form since they are server side.
When I added a second form I was told that I am only allowed one server side
form per page.
(sigh)
I've run out of ideas. Can anybody point me in the right direction?
Here is my problem.
On a particular asp page I need to use server side controls so that I do
some fairly complex logic in C#.
There is a background graphic that needs to stay in place and a big empty
area where my result set is displayed. In other words, the page cries out for
frames but my boss won't hear of that. No frames at all.
OK, I have a panel that allows me to make a fairly complex set of search
criteria appear and vanish. When the search criteria is visible the result
set is not and vice versa. I use a button to toggle this.
There are some buttons, including the one that toggles the search, another
that creates a new purchase order, and some simple search criterias (the
other that I spoke of is a detailed search, almost a report writer). These
have to stay outside the scrolling area.
I have a div to provide a scrolling area for my result set.
It turns out that I can easily put everything, the New button, etc, inside
the div and it will scroll, but as I said, the new button and a few others
must be outside the scroll area.
When I put the fixed controls outside the div I was told that they need a
form since they are server side.
When I added a second form I was told that I am only allowed one server side
form per page.
(sigh)
I've run out of ideas. Can anybody point me in the right direction?