I'm trying to display response.write function after user completes registration form.
I've done it like this, but it doesn't work. I already tried both ways, still nothing has changed.
Response.Redirect("Login");
Response.Write("Registration successful!");
By it "doesn't work" i mean the "registration successful" never shows up.
I will appreciate any help. Thank you!