aspx page which isn't rendering.
- by sunglim
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" %