JavaScript

Posts filed under JavaScript

Showing and Hiding DIV using JavaScript

Filed in ASP.NET, JavaScript, Web AppTags: , , , ,

In this article I will tell you that how to show and hide the div dynamically. I have used JavaScript code to perform this operation. Also this showing and hiding of the Div will be perform on the click event of an Image. The purpose of using the Image is that you can distinguish between [...]

Validate a Web Application Form using JavaScript Function

Filed in ASP.NET, JavaScript, Web AppTags: , , , , , , , ,

Hello guys, we have already learned that how to validate a web application form using validation controls. These validation controls are easy to use thats why the developers use these controls. But some time we need to make our web application more fast. As you all know that using more ASP.NET controls makes site more [...]

Alert and Confirmation Dialog Box in ASP.NET

Filed in ASP.NET, JavaScript, Web App

This article will show you to display two type of Dialog Boxes that are Alert Dialog Box and Confirmaion Dialog Box. I am using JavaScript Function. These Dialog boxes are very useful while developing a WebSite or WebApplication. These Dialog Boxes are useful to providing some useful information to the users.  

JavaScript Image Rotator in ASP.NET

Filed in ASP.NET, JavaScriptTags: , , , , , ,

Sometimes, we need to rotate Images on ours web pages, it may be ads or some simple Images. In this article I am going to tell you that how to rotate an Image from a Group of Images using JavaScript in your ASP.NET Application. I hope you will enjoy this article as well as my [...]

ASP.NET Captcha Image Using JavaScript

Filed in ASP.NET, JavaScriptTags: , , , ,

In this article I am going to share a very useful project. You can generate the CAPTCHA Image in your ASP.NET Application. As you guys know that CAPTCHA stands for “Completely Automated Public Turing Test to tell Computers and Humans Apart.” The CAPTCHA Image is just an auto-generated Image and this image include Numbers and [...]