开发者

aspx page which isn't rendering

开发者 https://www.devze.com 2022-12-26 02:25 出处:网络
I Need to make a webpage.asp.net this开发者_运维百科 webpage recieve parameter by using Request.Querystring

I Need to make a webpage. asp.net

this开发者_运维百科 webpage recieve parameter by using Request.Querystring

and Redirect webpage.

in this page, no need to render.

what should I write code in .aspx file?

does this aspx file need html tag?

or

only <%@ Page %> need to be coded?


You should use a Asp.net HttpHandler(ashx file). This way there will be no aspx tags and you will get the redirection done in code-behind only

0

精彩评论

暂无评论...
验证码 换一张
取 消