|
I quite new to ASP.net... and i on the progress of learning this languange...
I found a few difficulties in linking between the forms, let's say :
i make login.aspx form that consist of a login button.. I want to connect to the registration.aspx form once the login is successful (login button is pressed)...
Can anybody help me with the coding to call the registration.aspx form?
The coding should be written in the :
private void btnLogin_Click(object sender, System.EventArgs e)
{
}
rite?
Thanks for ur help, i really appreciate it...
|
|
|
|
|
|
|
|