D
dee
Inside Search.aspx I make the following call:
Server.Transfers("Table.aspx");
I'm transfered to Table.aspx and browser still shows Search.aspx in address
bar. However, I do postback within Table.aspx. The first time that there is
postback the address bar shows Table.aspx! Am I correct to assume that this
is not the right place to use Transer function, as it's showing
inconsistancy with the address bar?
Thanks.
Dee
Server.Transfers("Table.aspx");
I'm transfered to Table.aspx and browser still shows Search.aspx in address
bar. However, I do postback within Table.aspx. The first time that there is
postback the address bar shows Table.aspx! Am I correct to assume that this
is not the right place to use Transer function, as it's showing
inconsistancy with the address bar?
Thanks.
Dee