Hello,
I have an aspx page with a frameset with 2 frames in it.
Both of frame's url refer to aspx files too.
In one of my frame(in one aspx) I have a button which I want by clicking it my page redirected to new url.
I set in code Response.Redirect command, but just this frame change it's url, I want my Addressbar url change, and don't see this frameset.
I want transfer whole page to another url, and I can not set the top in frameset because there is no any Link, it is a click event.
What should I do??
tanx in advanced...