aspx page which isn't rendering.

Posted by sunglim on Stack Overflow See other posts from Stack Overflow or by sunglim
Published on 2010-04-10T10:14:55Z Indexed on 2010/04/10 10:23 UTC
Read the original article Hit count: 319

Filed under:

Hello.

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?

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TargetMarketingRedirect.aspx.cs" Inherits="Arche.Buy.Event.TargetMarketingRedirect" %>

© Stack Overflow or respective owner

Related posts about ASP.NET