Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 05, 2012 02:45 PM by sriramabi
Member
115 Points
94 Posts
May 05, 2012 02:36 PM|LINK
The following coed work fine when Page.aspx locate in the root but I want to create another folder called Brands and put the pages inside it
Response.Redirect(ddlbrand.SelectedValue + ".aspx")
All-Star
16797 Points
2608 Posts
MVP
May 05, 2012 02:43 PM|LINK
Response.Redirect("~/Brands/" + ddlbrand.SelectedValue + ".aspx")
Contributor
4351 Points
1277 Posts
May 05, 2012 02:45 PM|LINK
Ken Tucker Response.Redirect("~/Brands/" + ddlbrand.SelectedValue + ".aspx")
s u will try this Ken answer...
thanks...
ahmed gad
Member
115 Points
94 Posts
Response.Redirect Problem
May 05, 2012 02:36 PM|LINK
The following coed work fine when Page.aspx locate in the root but I want to create another folder called Brands and put the pages inside it
Ken Tucker
All-Star
16797 Points
2608 Posts
MVP
Re: Response.Redirect Problem
May 05, 2012 02:43 PM|LINK
Response.Redirect("~/Brands/" + ddlbrand.SelectedValue + ".aspx")Space Coast .Net User Group
sriramabi
Contributor
4351 Points
1277 Posts
Re: Response.Redirect Problem
May 05, 2012 02:45 PM|LINK
s u will try this Ken answer...
thanks...