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 ArticleDisplay 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 ArticleDisplay 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 ArticleRangeValidator 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 ArticleCompareValidator 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