Posts by Guilherme Oliveira • 11 points
1 post
-
1
votes0
answers22
viewsQ: Swap array type variable between 2 Webforms
I’m making a website in ASP.NET where I have an array type variable of type int in a Webform (we’ll call it Default.aspx.cs) and would like to pass this variable to another Webform (Data.aspx.cs). I…