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 Code Snippets. Show all posts
Showing posts with label Code Snippets. Show all posts

jQuery Check if String Contains Specific Text or Not with Example

Mar 12, 2015 0 comments
Introduction

Here I will explain how to use
jQuery to check if string contains specific text or not with example or jQuery to check if string contains particular text or not with example.

jQuery Round Off Number to Two (2) Decimal Places using toFixed(), toPrecision Functions

Mar 11, 2015 0 comments
Introduction

Here I will explain how to use
jQuery to round off numbers to two or 2 decimal places example using JavaScript toFixed() or toPrecision() functions or jQuery round off number with two or more decimal values using JavaScript toFixed() or toPrecision() functions.

Description:
  
In previous articles I explained jQuery upload images without postback using handler file, JavaScript get whole number division using Math.ceil function, JavaScript limit number characters in multiline textbox,
jQuery fixed header on window scroll with example, jQuery currency conversion as per exchange rates and many articles relating to AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to round off numbers to two or 2 decimal places example using JavaScript toFixed() or toPrecision() functions in jQuery.

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

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

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 Refresh DIV Content Without Reloading Page using setTimeout Function

Feb 24, 2015 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 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.

AngularJS Convert Text to Uppercase While Typing in Textbox

3 comments
Introduction

Here I will explain how to convert entered text to uppercase using
AngularJS. Generally in JavaScript we will use uppercase property to convert our text to uppercase same way in AngularJS we have uppercase property where can set to convert user entered to uppercase.

Description:
  
In previous articles I explained Angularjs refresh div for every 1 second using interval mode, 5 + Angularjs Gridview and table plugin examples with demos,
jQuery redirect to another page after 5 seconds and many articles relating to AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to convert entered text to uppercase using AngularJS.

To convert entered text to uppercase using AngularJS we need to write the code like as shown below

Angularjs Refresh DIV for Every 1 Second Using Interval Module

Jan 20, 2015 6 comments
Introduction

Here I will explain how to refresh div for every 1 second using
AngularJS. Generally in JavaScript we will use setInterval() function to run our code for every specific period of time same way in AngularJS we have $interval angular module to do same functionality like setInterval() function. To refresh div for every 1 second here I am going to use $interval angular module.

Description:
  
In previous articles I explained jQuery setInterval() function example, start and stop time in javascript using setInterval function, jQuery redirect to another page after 5 seconds, Javascript redirect to another page after 5 seconds and many articles relating to
jQuery, JavaScript and asp.net. Now I will explain how to refresh div for every 1 second using AngularJS.

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.

How to Remove Row in Table using jQuery

Nov 25, 2014 1 comments
Introduction

Here I will explain in
how to remove row in table using jQuery or jQuery remove current selected row from  table or how to delete table row using jQuery.

jQuery Remove Previous Row tr in Table

1 comments
Introduction

Here I will explain in
jQuery how to remove previous table row or jQuery remove previous tr in table or remove table previous row or tr in jQuery.

jQuery Get Dropdownlist Selected Value Onchange Event Example

Oct 18, 2014 4 comments
Introduction

Here I will explain how to use
jQuery to get dropdownlist selected value onchange Event or jQuery dropdown change event get selected value or jQuery get dropdownlist selected value onchange event.

Description:
  
In previous articles I explained
jQuery check if checkbox is checked or not, jQuery change opacity of image on mouseover, jQuery change image on mouseover, jQuery dropdown with images, jQuery show alert message while leaving from website, jQuery Countdown timer script example and many articles relating to jQuery and asp.net. Now I will explain how to get dropdownlist selected value during onchange event.

jQuery String indexOf Method Example in JavaScript (Uses of indexof Method in jQuery)

Oct 14, 2014 0 comments
Introduction

Here I will explain what is string indexof method in JavaScript or
jQuery and uses of indexof method in JavaScript or jQuery with example. Indexof method in jQuery or JavaScript is used to check whether particular word existing in string or not and we can get position of first occurrence of word in string. This indexof method will return -1 incase if the word not exists in string in JavaScript or jQuery.

jQuery Limit Number of Characters in Textarea (Textbox) Even Copy Paste Text

Jul 30, 2014 1 comments
Introduction:

here I will explain how to use
jQuery to limit number of characters in textarea(textbox) even copy and paste text or  jQuery restrict textbox(textarea) length even copy and paste text in textbox with example.

Description:

In previous post I explained
jQuery Tag cloud example in asp.net, jQuery show datatable on aspx page in asp.net, send html page as mail body in asp.net, how to send mail with attachment in asp.net and many more articles related to jQuery,asp.net, c# and vb.net. Now I will explain how to how to restrict textbox(textarea) length even copy and paste text in textbox with example in jQuery

How to Clear Radio Button List Selection in jQuery

Mar 23, 2014 0 comments
Introduction

Here I will explain how to clear radio button selection in
jQuery or reset / clear radio button list selection in jQuery with example or how to uncheck radio button list in jQuery.

Description:
  
In previous articles I explained jQuery get radio button list selection value, jQuery get all selected checkbox values, jQuery select or deselect checkbox values,
jQuery disable right click on image and many articles related to jQuery. Now I will explain how to clear radio button selection in jQuery with example.

How to Get Radio button Selected Value in jQuery

0 comments
Introduction

Here I will explain how to get radio button value in
jQuery or get radio button checked value in jQuery with example or get radio button selected value in jQuery.

Description:
  
In previous articles I explained
jQuery expand textbox on focus, jQuery disable right click on image, jQuery print div content with cs using jquery print plugin and many articles related to jQuery. Now I will explain how to get radio button checked value in jQuery with example.
© 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.