I have two web form. example: a.aspx and b.aspx
In a.aspx i have a textbox with ID="Textbox1".
In b.aspx, i have a label with ID="Label1"
I want when i open b.aspx, Label1.text = Textbox1.Text..
but when i write in b.aspx Page_Load function, intellisense doesn't know Textbox1.
How can i do that?