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
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About redirection
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Scott Lysle (3)
Zain Ul Hassan (2)
Mohamed Shifan (1)
Keyur Pandya (1)
Sandeep Singh Shekhawat (1)
Chetan Nargund (1)
Jitendra Mesavaniya (1)
Najath Risni (1)
Tuhin Paul (1)
Mahesh Chand (1)
Vinay Ayinapurapu (1)
Sourav Kayal (1)
S Ravindran (1)
Mukesh Kumar (1)
Kaviya Balasubramanian (1)
Sateesh Arveti (1)
Abhimanyu K Vatsa (1)
Related resources for redirection
No resource found
Deploy Internet Information Services (IIS) on Windows Server
8/12/2024 11:13:33 AM.
Internet Information Services (IIS) is a Microsoft web server on Windows Server, used to host and manage websites and web applications. It supports various web technologies like HTML, ASP.NET, and PHP
SharePoint Server Not Redirecting to Default Page Needs Full URL
8/2/2024 8:05:48 AM.
SharePoint Server not redirecting to the default page can be frustrating, especially when it requires a full URL to access the site. This issue often stems from configuration problems or redirection s
Difference Between Response.Redirect() and Server.Transfer() Methods in ASP.Net
6/20/2024 10:11:42 AM.
Response. Redirect and Server. Transfer are method in ASP.NET for page redirection. Response. Redirect sends a browser redirect response, changing the URL visibly. Server. Transfer transfers control t
ViewData, ViewBag, And TempData In ASP.NET MVC
6/19/2024 11:55:19 AM.
This article explains ViewData, ViewBag, and TempData in ASP.NET MVC for data transfer between Controller and View. ViewBag and ViewData work within a single request, while TempData persists data acro
Passing Data From Controller To View With TempData - Part Four
5/27/2024 12:04:23 PM.
Passing Data From Controller To View With TempData - Part Four" demonstrates using TempData in ASP.NET MVC to transfer temporary data between controller and view, facilitating efficient communica
Action Result In ASP.NET MVC
5/27/2024 12:01:50 PM.
This article elucidates action results in ASP.NET MVC, covering basic to advanced concepts. It delves into various types of action results like ContentResult, RedirectionResult, and StatusResult, illu
URL Rewriting Middleware in .NET
5/11/2024 2:12:50 PM.
URL rewriting is a critical aspect of web development, enabling developers to create cleaner, more user-friendly URLs while maintaining the underlying functionality of their applications. This article
Tailoring Site Responses to Microsoft Tag Requests
2/28/2024 11:35:10 AM.
Microsoft Tag is interesting alternative to the use of typical QR tags; the response options to reading a Microsoft Tag include returning the user’s rough position as latitude and longitude or a posta
How to Create Folder Redirection on Server
2/5/2024 7:31:10 AM.
Under Microsoft Windows, the redirection is often performed by Group Policy, when used in an Active Directory environment. It can also be performed by manually editing the Windows Registry, changing l
Understanding Page Redirection in TypeScript
1/20/2024 11:01:41 AM.
Page redirection is a crucial mechanism in web development that involves directing search engines and users to a different URL from the original one. This process can occur within the same server, acr
Load cannot follow more than 20 redirections - How to Fix
10/27/2023 5:35:04 PM.
Getting a message that says 'load cannot follow more than 20 redirections' means something is going wrong with a website you're trying to visit. In this article, we will learn how to fix i
SharePoint Site URL Redirection
6/1/2021 4:47:30 PM.
In this article, you will learn how to redirect easily from On-prem site to cloud spo site easily.
Few Important Uses of HttpModule: Part 1
5/26/2021 11:29:59 AM.
In this article, we will understand a few more concepts and uses of HttpModule.
URL Redirection on ASP.Net 3.5
4/1/2021 10:02:55 AM.
This article provides the procedure for creating URL redirection in ASP .Net version 3.5 in IIS versions 6 and above.
Preventing Open Redirection Attacks In C# And JavaScript
4/19/2017 10:52:53 AM.
Preventing Open Redirection Attacks In C# And JavaScript.
Handling Page Redirection in SharePoint Sandboxed Solutions
12/17/2013 11:56:03 AM.
In this article, I’ll explain a way to handle page navigation from code behind using a Literal control in a Sandboxed solution.
Support Mobile Browsers with Browser Detection and Redirection Using VB.NET
11/8/2012 8:36:52 AM.
This article addresses an approach to determining the type of browser used to display a web page within the context of building an ASP.NET application that supports both mobile and standard desktop browsers.
Introduction to Publisher Policy File
5/15/2012 2:22:44 PM.
This article explains about Assembly redirection using Publisher policy file.
Support Mobile Browsers with Browser Detection and Redirection Using C#
6/29/2010 3:01:26 AM.
This article addresses an approach to determining the type of browser used to display a web page within the context of building an ASP.NET application that supports both mobile and standard desktop browsers.
Auto Redirection within Some Time in ASP.Net
6/14/2010 12:18:24 AM.
This article will explain you how to create auto redirection in web applications.