s******e 发帖数: 114 | 2 redirect pagaA to pageB
if pageA is really simple, then pagaA can be a html file. you simply modify
action attribute of form tag in pagaA.html to point to pagaB.aspx
if PagaA is really simple, then pagaA and pageB can be same, say pagaAB.aspx
, pagaA will be rendered in ispostback!=true block of PageAB.aspx.
if PagaA is not so simple(ie involve some postback processing), then In
pagaA.aspx, you can use server.transer to redirect to pagaB.aspx.
if PagaA is not so simple(ie involve some postback |
|