Good morning guys! A few days ago I was working on an ASP.NET web form application which uses the control library Telerik ASP.NET AJAX. TheRead more…
Category: ASP.NET
Telerik RadGrid’s pagination hangs
Today I want to talk you about a problem I faced in these last days working on a ASP.NET web form project. In this projectRead more…
Put an ASP.NET website under maintenance
Good morning folks! It’s been a few days since the last post, but here I am… Sometimes happen that you have to put a websiteRead more…
System.Net.Sockets.SocketException (0x80004005): No such host is known
I was working on an old ASP.NET application written in C#, which uses the following method to code to get the IP address of theRead more…
Telerik RadGrid rendering problems with IE11 in compatibility mode
In some of my old projects, I use the Telerik ASP.NET AJAX control library, . Unfortunately, some customers still use Internet Explorer 11 in compatibilityRead more…
Configure access permission to a folder for an IIS Application pool
Suppose you are developing an ASP.NET application and you have to configure write permissions to a certain folder, maybe because you use it as temporaryRead more…
Failed to decode downloaded font: (your web application address)
Suppose your web application gives this error message in you web browser console: “Failed to decode downloaded font”, followed by the address of the fontRead more…
NPOI and Excel found unreadable content in ‘[filename].xls’
In one of my ASP.NET applications, I was developing a page to extract some data to an xlsx file, and for this purpose I was usingRead more…