I'm using link button for login. And I'm masking the url.
Here after validating and getting data from db I'm redirecting to another page using
Response.Redirect(".....");
But it's not redirecting...it's validating and getting data from db properly.
Can you suggest any solution for my problem.