If you are writing the code Buttonclick event, it should be Response.Redirect("GoldDriveCustInfo.aspx"); window.location is javascript code. You cannot call the method directly. However you can add like this: //In Design page function OpenWindow() { window.open(url,windowname); } Button1.attributes.add("OnClick","OpenWindow()");
Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.
modified on Wednesday, July 9, 2008 7:01 AM