E
emorgoch
I'm trying to figure out the best method to go about creating a web-
app such that the URL in a client's address bar will remain constant
(the entry point for the application).
My first thought was to be using Server.Transfer to move about the
necessary pages, but after trying to test it, it only seems to work
for the first transfer. After that though, the address bar changes,
just showing the previous page rather than the current one.
I could also use a single "front" page that dynamically loads customer
web controls / transfers to pre-built pages, but this seems
unnecessarily complex for a simple thing.
Am I missing something, or is this the only way to go about what I
want?
app such that the URL in a client's address bar will remain constant
(the entry point for the application).
My first thought was to be using Server.Transfer to move about the
necessary pages, but after trying to test it, it only seems to work
for the first transfer. After that though, the address bar changes,
just showing the previous page rather than the current one.
I could also use a single "front" page that dynamically loads customer
web controls / transfers to pre-built pages, but this seems
unnecessarily complex for a simple thing.
Am I missing something, or is this the only way to go about what I
want?