Greetings,
Can someone tell me on how can i call a certain textbox from web.aspx to another web.aspx
in visual basic windows form application we use
Me.lastname.text = Profile.lastname.text
what is the equivalent code in asp.net?
btw i'm using visual basic asp.net.
Thank you in advance guys :D.