How to fix redirection error in ASP.NET Code that contains Telerik RadControl
Sometimes, if your page contains Telerik RadControl and redirection occurs through server side, it generates some errors that do not actually show on the UI. Instead, you receive error emails and see entries in error table. Such a thing can happen due to error handling.
If error handling is not the problem, then it could be the problem with the redirection method you used in your ASP.NET code.
You can easily fix Telerik RadControl using the following method:
Instead of using:
Response.Redirect(“/Admin/Add.aspx”);
Use:
Response.RedirectLocation = Request.Url.Scheme + “://” + Request.Url.Authority + “/Admin/Add.aspx”;
Response.End();
Expert ASP.NET Developers at Concept Infoway – Your Microsoft Certified Partner in India for ASP.NET and Telerik RadControl Solutions
If you are still facing any problem in fixing the ASP.NET code, then we suggest you to contact our ASP.NET developers contact us for an advice. We are a Microsoft Certified ASP.NET development company in India and would love to answer all your questions related to ASP.NET development as well as RAD tools like Telerik RadControl.
We have a team of passionate ASP.NET developers who love to solve ASP.NET coding errors. To know more about our ASP.NET development services.
Microsoft ASP.NET development has the ability to deliver web, desktop and mobile solutions that have blazing fast performance and great productivity.
We are the leading ASP.NET development company, leveraging the .NET, ASP.NET, and MVC frameworks along with C# programming language. At Concept Infoway, we excel in crafting prolific solutions, incorporating technologies like Telerik RadControl, for websites, CMSs, web apps, software, and mobile applications. With our finest ASP.NET development services in India, where Telerik RadControl is a cornerstone of our approach, we have delivered some of the top solutions in the industry. Hire ASP.NET developers from India at Concept Infoway today, and discover how Telerik RadControl can enhance your project.
For more information, contact us at sales@conceptinfoway.com. You can also get in touch with us by filling out a simple form here or by calling us at +91 98250 31415. Let us help you unlock the full potential of your website with our expert. Also, follow us on Facebook.