i have .net page with a few Frames in it. i want whenever a button is click and some rules were check the parent page be directed to the another page or site
by writting this
Response.Redirect("UserCart.htm");
just that frame is redicted , but i want the parent page be directed to the page.
thanks
by writting this
Response.Redirect("UserCart.htm");
just that frame is redicted , but i want the parent page be directed to the page.
thanks