B
Bart Schelkens
Hi,
I'm creating a website using VB.Net
This website consists of 2 frames.
FrameA has 2 textboxes and a button.
If you click the button if will perform a login.
FrameB displays a table with products.
If you have successfully logged in I want to display the page in frameB in
admin-mode. This means that the table is replaced with a datagrid and
textboxes and a save-button.
Now the problem is that I can't find a way to make this happen.
If I use response.redirect, the page is displayed as it should be but it is
displayed in the FrameA instead of in FrameB.
Is there a way for me to make this happen?
Thx in advance.
I'm creating a website using VB.Net
This website consists of 2 frames.
FrameA has 2 textboxes and a button.
If you click the button if will perform a login.
FrameB displays a table with products.
If you have successfully logged in I want to display the page in frameB in
admin-mode. This means that the table is replaced with a datagrid and
textboxes and a save-button.
Now the problem is that I can't find a way to make this happen.
If I use response.redirect, the page is displayed as it should be but it is
displayed in the FrameA instead of in FrameB.
Is there a way for me to make this happen?
Thx in advance.