G
George
VS.NET 2002/VB
In my project, two different .aspx pages need to be open by the user in different browser windows. I
need a small amount of information in the first form to be available to the second form.
I'm not even sure I'm doing this right, but I have created a public array in the first form and
saved the information there (I do not have DB access at my site). That public array should be
accessible to the second form, because it is in the same project. When I make a reference to the
public array in the second form, I do not get that squiggle line under it, so I assume that part
will work okay.
The problem is, I can run one form or the other, but not both at the same time. How do I run both of
those .aspx pages at the same time in my VS.NET programming environment so I can finish coding and
testing the second form? Or am I doing this all wrong?
Thanks,
George
In my project, two different .aspx pages need to be open by the user in different browser windows. I
need a small amount of information in the first form to be available to the second form.
I'm not even sure I'm doing this right, but I have created a public array in the first form and
saved the information there (I do not have DB access at my site). That public array should be
accessible to the second form, because it is in the same project. When I make a reference to the
public array in the second form, I do not get that squiggle line under it, so I assume that part
will work okay.
The problem is, I can run one form or the other, but not both at the same time. How do I run both of
those .aspx pages at the same time in my VS.NET programming environment so I can finish coding and
testing the second form? Or am I doing this all wrong?
Thanks,
George