TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
onais ahmer
NA
307
5.1k
IFrame Error Replicatice in the Iframe
Jun 13 2018 11:27 PM
The Issue is when ever i click to the Dashboard icon or i click to the logout button it replicate in the iframe
i am done this through this article .. i am setting the logout function in
public ActionResult Logout()
{
return RedirectToAction("after_logout");
}
public ActionResult after_logout()
{
/Response.Redirect("/Home/Index");
// return View();
}
It redirects me but Again my Index page Open in Iframe
Reply
Answers (
2
)
Is it possible to password protect your SQL Server database?
How to update selected checkbox row to database from gridvie