hi dotnet one,a small doubt about redirection
i am writing the code for pop up window alert like
response.write("")
its work fine.
when i am adding another line after that code like
response.redirect("login.aspx")
at that time the popup window not shown
can u tell me the solution people?
Loading
Zoran HorvatPosted Jul 27, 2011, 4:22 AM
Later, in the code you can add invoke this function as Redirect("login.aspx");
Zoran
satish babuPosted Jul 27, 2011, 4:10 AM
Zoran HorvatPosted Jul 27, 2011, 4:10 AM
Please don't forget to always tick "This is correct answer" for the post which answers your question correctly. This helps authors collect community points.
Thanks,
Zoran
satish babuPosted Jul 27, 2011, 4:05 AM
Jiteendra SampathiraoPosted Jul 27, 2011, 3:58 AM
what zoran said is right....
Zoran HorvatPosted Jul 27, 2011, 3:45 AM
Response.Write("");
Zoran
Zoran HorvatPosted Jul 27, 2011, 3:42 AM
Zoran