A
angus
Dear All,
i have a page called "index.aspx", at http://localhost/test/index.aspx
in the index.aspx, there is a button, while the user click this button, the
page will be redirect to
"modify.aspx", at http://localhost/test/modify.aspx by using
server.transfer("modify.aspx")
there is my question, how can i ensure that that all the users access the
modify.aspx is via the index.aspx?
i don't want the user to direct type http://localhost/test/modify.aspx in
the URL to go to modify.aspx
how can i do it?
Thank you
Regards,
Angus
i have a page called "index.aspx", at http://localhost/test/index.aspx
in the index.aspx, there is a button, while the user click this button, the
page will be redirect to
"modify.aspx", at http://localhost/test/modify.aspx by using
server.transfer("modify.aspx")
there is my question, how can i ensure that that all the users access the
modify.aspx is via the index.aspx?
i don't want the user to direct type http://localhost/test/modify.aspx in
the URL to go to modify.aspx
how can i do it?
Thank you
Regards,
Angus