Hai Freinds,
I am new the of Asp.Net i am created one sample login page
my username ="admin"
after the login my page redirect to show welcome admin
Now the pblm is while i amcopying the URL of "Welcome admin page" ll display without login.
how to do solve dis one
Loading
Dorababu MekaPosted Dec 28, 2012, 3:47 AM
Sample code in your default2 Page_Load
{
Response.Redirect("Default.aspx");
}
and your code
Try this and let me know