B
bob
Hi,
Newbie question.
I have a logon Web Form which, once the server has validated the
logon, I want to open up a main form.
i.e. In a windows app I would write something like
if(logon)
{
frmMain f = new frmMain();
f.show();
}
Can I do the equivalent with web forms? If so, how?
thanks
Bob
Newbie question.
I have a logon Web Form which, once the server has validated the
logon, I want to open up a main form.
i.e. In a windows app I would write something like
if(logon)
{
frmMain f = new frmMain();
f.show();
}
Can I do the equivalent with web forms? If so, how?
thanks
Bob