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 [...]

How to call a JavaScript Function from ASPX Code

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

While developing applications in ASP.NET some time we need use a JavaScript Function in the Source part of the web page. As we know that using JavaScript inside the application reduces the loading time of the particular web page. But some time we need to call the JavaScript Function from the code behind or we [...]

Passing value from JavaScript to ASPX

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

While developing Web Application in ASP.NET some time you need to interact your .aspx page with html view of the web page. To do so we need to use a JavaScript function. Using JavaScript function we can easily pass values from Javascript function to ASPX. In this article I am going to share the easiest [...]

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 [...]