路过不要错过,ASP.NET里关于action的问题
我在传输大量数据时,除了用 action= "**.aspx " methd= "post "之外,还可以用其他的方法吗? 在ASP.NET里我要把 <Form> 里的 action改掉,让它转向其他页面应该怎么写,急用啊?????????????????????????????
------解决方案--------------------转到其他页可以使用asp.net2.0里的跨页提交
传递数据有很多种方式,比如session,httpcontext.item等
------解决方案-------------------- <form action= "a.aspx " id= "form1 " runat= "server ">
------解决方案--------------------action= " " target=_blank再加上Server.Transfer不就行了