J
John Smith
Hello,
I'm a junior in using VB.NET.
I encountered the following problem:
I have a form with some buttons (change password, change username, logout
etc.) and below those buttons I have a label that I want to display some
text, depending what button was pressed (i.e. Changing Password, etc.). I
also want at the same time the click event to handle a redirection to the
aspx page I want to load accordingly (i.e. changing password.aspx).
My problem is when I click any of this buttons a new row of buttons is
generated, but they are lower from the original one, with the new text in
the label but behind the loaded aspx (i.e. changing password.aspx), so they
are never actually visible.
I don't know where to check, what to check in the code. I don't know why a
new set of buttons (and the label in question) are generated.
Why the changing of text property for the label doesn't occur in the first
set of buttons? (this is not even a good question)
Thank you for any advice.
Vasilica
I'm a junior in using VB.NET.
I encountered the following problem:
I have a form with some buttons (change password, change username, logout
etc.) and below those buttons I have a label that I want to display some
text, depending what button was pressed (i.e. Changing Password, etc.). I
also want at the same time the click event to handle a redirection to the
aspx page I want to load accordingly (i.e. changing password.aspx).
My problem is when I click any of this buttons a new row of buttons is
generated, but they are lower from the original one, with the new text in
the label but behind the loaded aspx (i.e. changing password.aspx), so they
are never actually visible.
I don't know where to check, what to check in the code. I don't know why a
new set of buttons (and the label in question) are generated.
Why the changing of text property for the label doesn't occur in the first
set of buttons? (this is not even a good question)
Thank you for any advice.
Vasilica