JQuery

Posts filed under JQuery

Dynamically adding DropDownList using jQuery

Filed in ASP.NET, JQueryTags: , , ,

In this article I will show you to add DropDownList dynamically in your ASP.NET Application. I am using jQuery script to do this. This article will help you to whenever you want to add the dropdownlist at run time. You need not to add the dropdownlist control on the Page.  

Disable Right Click on Web Page using jQuery

Filed in ASP.NET, JQueryTags: , , , , ,

This is very simple article that will tell you to disable right click on your web page. This is an ASP.NET Application to prevent right click options from the users. I have used jQuery script to do this.  

How to Implement Google Translator API in ASP.NET

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

This Article you will learn how to implement Google Translator API in your ASP.NET Web Application. Google Translator is used to translate the message or word or some texts from one language to another language. This translator is sometime very useful when you are developing a multi language support application in ASP.NET. To implement Google Translator I [...]

Image Scrolling using jQuery in ASP.NET

Filed in ASP.NET, JQueryTags: , , , ,

Hello Everyone, Today I am going to share a project about scrolling Images in your application. I am using jQuery to do this.  Sometimes we required portfolio on our webapplication’s page. The portfolio like a collection of Images on the webpage. You will get some interesting information to scroll Images using jQuery in this article. [...]

Web Page Validation using JQuery in ASP.NET

Filed in ASP.NET, JQueryTags: , , , , , , ,

jQuery is one of the most popular JavaScript frameworks that have powerful tools for developers to improves the designs integration with web sites and applications. We have discussed earlier about the website Validation. You can validate your web page using the Validator Controls or by writting code. Today I will tell you to validate your [...]

Using jQuery LightBox in ASP.NET Application

Filed in ASP.NET, JQueryTags: , , ,

jQuery is one of the most popular JavaScript frameworks that have powerful tools for developers to improves the designs integration with web sites and applications. In this post I will tell you to use  jQuery Ligtbox effect, to help you implemented in your site or web project. jQuery lightBox  is simple, elegant, unobtrusive, no need extra markup [...]

Uploading Multiple Files using JQuery in ASP.NET

Filed in ASP.NET, JQueryTags: , , , , ,

Hello Everyone, Today I am going to Introduce you a very popular and interesting part of ASP.NET. JQuery! The most popular and very useful part of Web Development. JQuery is a popular open source JavaScript Library, provides many advanced and cross-browser functions that can enhance your web applications. In this article I will show you to [...]