Quantcast
Channel: ASP .NET 4.0 – Arvixe Blog
Browsing all 90 articles
Browse latest View live

Using Web.Config to Allow/Deny Access to an Specific IP

Applications must have an IP blocking feature in order to deny access to certain computers that could attack your site. But this can also be useful if you want to … Learn More

View Article


Allow users to access specific locations in ASP

Some projects require to set permissions to access specific locations within your project.  In this article I will show you in a step-by-step guide how to restrict access to users … Learn More

View Article


Date format in ASP.Net

In this article I will show how the use of culture in the web.config file does not work as expected with the format of the date and other information. Before … Learn More

View Article

Detect mobile device in ASP.NET Web Forms

Currently, it is necessary to give relevance to mobile devices when we are developing an application web. In this article, I will show an example on how to detect a … Learn More

View Article

Minification in ASP

Minification is a technique you can use in ASP.NET 4.5 to allow a better request load time. In this article, I will explain how to apply this technique in your … Learn More

View Article


Detect Browser Capabilities in ASP.NET Web Forms

In the development of ASP.net applications, it is very important to know if this will be compatible with various browsers. Knowing the capabilities of browsers, we may know if our … Learn More

View Article

Display Loading Message in ASP.Net

Applications take time to perform an action. As I developer, I realized that it is crucial to make users aware of how long will it take a page to load, … Learn More

View Article

Display Session Timeout Message in ASP.Net

Real world ASP.Net applications required to have a controlled session time for users. This is done to block unauthorized people from using the application. Nevertheless, you should show users a … Learn...

View Article


RangeValidator in ASP.NET

In this article I will explain acerda the RangeValidator in ASP.NET. This type of control in ASP.NET allows us to determine ranges of values. Getting Started What is RangeValidator Control? … Learn More

View Article


CompareValidator Control in ASP.NET

In this article I will explain about CompareValidator control in ASP.NET. This type of control in ASP.NET help in validation processes, allowing to evaluate values between two input types Getting …...

View Article
Browsing all 90 articles
Browse latest View live