M
MB
Hello!
I am using a frameset and vb codebehind to work with a database.
When pressing a delete button in one of my frames, I want the hole application to be refreshed, or at least another of my frames to be refreshed. I don't really understand how to do this.
I tried with response.redirect("Frameset1.htm") but I can't set target frame _parent for this command.
I regular <a href="Frameset1.htm" target="_parent">test</a> would solve my problem, but I want to do this from codebehind and not by letting the user click more than the delete button.
How could I solve this issue?
Regards Magnus
I am using a frameset and vb codebehind to work with a database.
When pressing a delete button in one of my frames, I want the hole application to be refreshed, or at least another of my frames to be refreshed. I don't really understand how to do this.
I tried with response.redirect("Frameset1.htm") but I can't set target frame _parent for this command.
I regular <a href="Frameset1.htm" target="_parent">test</a> would solve my problem, but I want to do this from codebehind and not by letting the user click more than the delete button.
How could I solve this issue?
Regards Magnus