How to store another page (web form) in a variable Page asp.net

0

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?

    
asked by anonymous 24.01.2018 / 15:36

0 answers