Quantcast
Channel: asp.net development company – Concept Infoway
Viewing all articles
Browse latest Browse all 14

How to fix redirection error in ASP.NET Code that contains Telerik RadControl

$
0
0

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 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();
 
Need Help?  

If you are still facing any problem in fixing the ASP.NET code, then we suggest you to contact our ASP.NET developers at http://www.conceptinfoway.net/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.

 

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, visit http://www.conceptinfoway.net/technology/asp-dot-net-development-india.


Viewing all articles
Browse latest Browse all 14

Latest Images

Trending Articles





Latest Images