In a button1_click event of my Default.aspx page the following happens:
Page pagina = this;
But instead of storing the page itself, I need to store another page of my project, "Cadastro.aspx" for example.
Is this possible?
In a button1_click event of my Default.aspx page the following happens:
Page pagina = this;
But instead of storing the page itself, I need to store another page of my project, "Cadastro.aspx" for example.
Is this possible?