Aspdotnet-Suresh

aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview articles,code examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of .net technologies

Showing posts with label JQuery. Show all posts
Showing posts with label JQuery. Show all posts

jQuery Round Off Numbers with Decimal Values Example using JavaScript Math.round Function

Mar 11, 2015 1 comments
Introduction

Here I will explain how to use
jQuery to round off numbers with decimal values example using JavaScript Math.round function or jQuery round off (roundup or rounddown) number with decimal values using JavaScript Math.round function.


By using Math.round JavaScript function we can round off (roundup or rounddown) numbers with decimal values using jQuery like as shown below

jQuery Fixed Header (DIV) on Page Scroll or Window Scroll with Example

Mar 3, 2015 0 comments
Introduction
  
Here I will explain jQuery fixed header or div on scrolling example or jQuery fixed header or div on page scroll or windows scroll with example. jQuery fixed header on scroll is used to display header at the top of the web page at all times during page or window scroll.

jQuery Currency Conversion as per Exchange Rates using Google Finance API Web Service in ASP.Net

Feb 24, 2015 3 comments
Introduction

Here I will explain how to implement currency conversion as per exchange rates 
in asp.net using Google finance api web service in jQuery or jQuery Google currency conversion finance api web service to convert currency as per exchange rates in asp.net.

Description:
  
In previous articles I explained jQuery upload multiple files using uploadify plugin, jQuery Shake or Vibrate or Rotate image,
Change the style of tooltip in jQuery, jQuery Countdown timer script example, jQuery Increase or Decrease font size of website, Redirect to another page after some time delay and many articles relating to jQuery and asp.net. Now I will explain how to implement currency conversion as per exchange rates in asp.net using Google finance api webservice in jQuery. To implement this functionality we can use Google Currency conversion API.

jQuery Refresh DIV Content Without Reloading Page using setTimeout Function

1 comments
Introduction

Here I will explain how to use 
jQuery to refresh or reload div content without reloading page for every 10 seconds with example using setTimeout function or jQuery reload or refresh div for every 10 seconds without reloading page or Refresh div content without reloading page using jQuery.

Description:
  
In previous articles I explained Different methods to reload / refresh page using jQueryjQuery reload iframe for every 10 or 5 seconds, jQuery reload or refresh iframe, jQuery different methods to reload or refresh div, Javascript call function for every 5 or 10 seconds using setinterval function and many articles relating to
AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to use jQuery to refresh or reload div content without reloading page for every 10 seconds with example using setTimeout function.

By using setTimeout function we can refresh div content without reloading page for every 10 seconds using jQuery like as shown below

jQuery Refresh (Reload) Div For Every 10 Seconds with Example using setTimeout

0 comments
Introduction

Here I will explain how to auto load and refresh div for every 10 seconds using
jQuery with example using setTimeout function or jQuery reload or refresh div for every 10 seconds or jQuery reload or refresh div for every 10 seconds using setTimeout function.

Description:
  
In previous articles I explained jQuery reload iframe for every 10 or 5 seconds, jQuery reload or refresh iframe, jQuery different methods to reload or refresh div, Javascript call function for every 5 or 10 seconds using setinterval function and many articles relating to
AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to reload or refresh div for every 10 seconds using jQuery with example.

By using setTimeout function we can refresh or reload div for every 10 seconds using jQuery like as shown below

jQuery Convert JSON Data to HTML Table using jQuery Row Append Properties

Feb 19, 2015 2 comments
Introduction

Here I will explain how to convert JSON data to html table using
jQuery or convert JSON data into html table using jQuery or jQuery convert JSON data into html table or jQuery create html table using JSON data.

jQuery Remove Double Quotes from JSON Returned String in Ajax

Feb 10, 2015 4 comments
Introduction

Here I will explain how to remove double quotes from
JSON returned string or data in jQuery. We can remove double quotes from string by using JSON.parse() or eval() or replace double quotes from JSON returned string in jQuery.

jQuery Upload Images (Files) without Postback or Page Refresh in Asp.net

Feb 2, 2015 8 comments
Introduction

Here I will explain how to upload images or files using jQuery without  page refresh or postback in asp.net using handler (ashx) in c#, vb.net or jQuery upload files or images without postback in asp.net using Handler in c#, vb.net or asynchronous file upload using jQuery without submitting form in asp.net with c#, vb.net.

Description:
  
In previous articles I explained jQuery call asp.net page methods from json, 7 + jQuery multiple fileupload plugin examples, jQuery check file size before upload in asp.net,
jQuery setInterval() function example, jQuery upload multiple files using uplodify plugin in asp.net and many articles relating to jQuery, JavaScript and asp.net. Now I will explain how to upload images or files using jQuery without  page refresh or postback in asp.net using handler (ashx) in c#vb.net.

To upload images or files using jQuery without  page refresh or postback in asp.net using handler (ashx) first create the new web application and open Default.aspx page and write the following code

jQuery Upload File without Reloading Page in Asp.net using Handler (Ashx) in C#, VB.NET

Feb 1, 2015 2 comments
Introduction

Here I will explain how to upload files using jQuery without reloading page in 
asp.net using handler (ashx) in c#, vb.net or jQuery upload file without reloading page in asp.net using Handler in c#, vb.net or asynchronous file upload using jQuery in asp.net with c#, vb.net.

Description:
  
In previous articles I explained jQuery call asp.net page methods from json, 7 + jQuery multiple fileupload plugin examples, jQuery check file size before upload in asp.net,
jQuery setInterval() function example, jQuery upload multiple files using uplodify plugin in asp.net and many articles relating to jQuery, JavaScript and asp.net. Now I will explain how to upload files using jQuery with generic handler (ashx) in asp.net using c#, vb.net.

To upload files using jQuery with generic handler (ashx) in asp.net first create the new web application and open Default.aspx page and write the following code

Asynchronous Multiple File Upload with jQuery Uploadify in Asp.net using C#, VB.NET

3 comments
Introduction:

Here I will explain how to upload multiple files asynchronously with jQuery uploadify plugin in asp.net or asynchronous upload multiple files with progress bar using jQuery uploadify plugin in asp.net.

Description:

In previous article I explained jQuery upload files using jQuery with hanlder file in asp.net
jQuery lightbox image slideshow, Generate thumbnail from images, Generate thumbnails from YouTube videos using JQuery, jQuery password strength examples and many articles relating to JQuery, asp.net, SQL Server etc. Now I will explain how to upload multiple files asynchronously with jQuery uploadify plugin in asp.net.

Uploading File using jQuery with Generic Handler ashx in Asp.net

8 comments
Introduction

Here I will explain how to upload files using jQuery with generic handler (ashx) in asp.net using c#, vb.net or upload file to server using jQuery in asp.net in c#, vb.net or asynchronous file upload in asp.net using jQuery, c#, vb.net.

Description:
  
In previous articles I explained jQuery call asp.net page methods from json, 7 + jQuery multiple fileupload plugin examples, jQuery check file size before upload in asp.net,
jQuery setInterval() function example, jQuery upload multiple files using uplodify plugin in asp.net and many articles relating to jQuery, JavaScript and asp.net. Now I will explain how to upload files using jQuery with generic handler (ashx) in asp.net using c#, vb.net.

To upload files using jQuery with generic handler (ashx) in asp.net first create the new web application and open Default.aspx page and write the following code

JavaScript Get Whole Number Division using Math.Ceil function

Dec 11, 2014 1 comments
Introduction

Here I will explain how to get whole number division in
JavaScript or jQuery using Math.ceil() method. Math.ceil() method will rounds number upwards to next nearest integer.

Description:
  
In previous articles I explained how to remove row in table using jQuery, jQuery highlight table row and column on mouseover in asp.net, jQuery detect caps lock on or not,
jQuery change image on mouseover, jQuery dropdown with images, jQuery Countdown timer script example and many articles relating to jQuery and asp.net. Now I will explain how to get whole number division in JavaScript or jQuery using math.ceil() method.

5 Best Angularjs Grid & Table Plugin Examples with Demos

Dec 4, 2014 9 comments
Introduction

Here I will explain 5 best jQuery angularjs grid or table plugin examples with demos. In Angularjs we have data grids like ng-grid, smart table, UI Grid etc.. to represent our data in table format with sorting, paging and searching even more customize options.   

jQuery Delete Row from Gridview and Database in asp.net using C#, VB.NET

Dec 1, 2014 1 comments
Introduction

Here I will explain how to delete row from
gridview and database using jQuery in asp.net in c# , vb.net with confirmation message or remove gridview rows from database with confirmation box using jQuery in asp.net with c# , vb.net.

Description:
  
In previous articles I explained Delete rows from gridview with checkbox selection in asp.net, Get selected row cell value from gridview in asp.net, jQuery remove previous row details in table,
export gridview data to pdf in asp.net using c# and many articles relating to asp.net, c#,vb.net and jQuery. Now I will explain how to delete row from gridview and database using jQuery in asp.net in c# , vb.net with confirmation message.
© 2015 Aspdotnet-Suresh.com. All Rights Reserved.
The content is copyrighted to Suresh Dasari and may not be reproduced on other websites without permission from the owner.