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

How to Get (Access) Gridview Footer Controls id in JavaScript

Nov 4, 2014 1 comments
Introduction

Here I will explain how to access or get 
asp.net gridview footer control ids or values in JavaScript or find controls inside gridview in JavaScript or find asp.net gridview footer controls (textbox, dropdownlist, checkbox, radio button etc..) values or ids in JavaScript.

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 Clone (Copy) Dropdown List with Selected Value

Jul 9, 2014 5 comments
Introduction

Here I will explain how to use
jQuery to copy or clone dropdown list with selected option or jQuery copy dropdown value to another dropdown.

Description:
  
In previous articles I explained jQuery get radio button selected value by name, jQuery pdf viewer plugin examples, jQuery news ticker plugin examples,
jQuery dropdown with images, jQuery Countdown timer script example and many articles relating to jQuery in asp.net. Now I will explain how to get clone dropdown list using jQuery.

jQuery Check if Radio Button is Checked (Selected) or Not

Jul 2, 2014 0 comments
Introduction

Here I will explain how to use
jQuery to check if radio button checked / selected or not. In jQuery we can check if radio button selected / checked or not in different ways by using radio button properties prop or attr.

Description:
  
In previous articles I explained jQuery check if checkbox checked or not, jQuery dropdown with images, jQuery change style of controls, jQuery enable or disable hyperlinks,
jQuery Countdown timer script example and many articles relating to jQuery and asp.net. Now I will how to check if radio button checked / selected or not in jQuery.

We can check whether radio button checked or not in different ways those are

jQuery Check DIV Contains Content (Data) or Not

Jul 1, 2014 0 comments
Introduction:

Here I will explain how to use
jQuery to check if div contains text (data) or not or jQuery check div contains content (data) or not or jQuery check whether div contains empty or not.

Description:
  
In previous articles I explained jQuery Slideup Slidedown and SlideToggle Effects Example, jQuery drag and drop div example,
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 how to check if div contains text (data) or not.

If we want to check div contains data or not we need to write the code snippet like as shown below

jQuery Check if Checkbox is Checked (Selected) or Not

Jun 25, 2014 1 comments
Introduction

Here I will explain how to use
jQuery to check if checkbox checked/selected or not or jQuery code to check if checkbox selected or unchecked or check if checkbox selected or not using jQuery.

Description:
  
In previous articles I explained
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 how to check if checkbox checked or not in jQuery.

We can check whether checkbox checked or not in different ways those are

jQuery Generate Years Dropdown Dynamically in JavaScript

Jun 16, 2014 1 comments
Introduction

Here I will explain how to use
jQuery  to generate years dropdown dynamically in JavaScript or JavaScript generate years dropdown dynamically.

Description:
  
In previous articles I explained
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 how to generate years for dropdown dynamically in jQuery.

To generate years dropdown dynamically in jQuery we need to write the code like as shown below

jQuery Change Opacity of Image on Mouseover

May 21, 2014 4 comments
Introduction

Here I will explain how to use
jQuery to change image opacity on mouseover using jQuery or change opacity of image on hover using jQuery.

Description:
  
In previous articles I explained 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 how to change image opacity on mouseover using jQuery.

To change image opacity on mouseover we need to write the code like as shown below

jQuery Show Alert Message before Leaving (Closing) from Web Page

Apr 24, 2014 6 comments
Introduction

Here I will explain how to use
jQuery to show alert message before leaving from web page or jQuery show alert message while leaving from web page or closing web page using beforeunload method.

Description:
  
In previous articles I explained jQuery open all external links in new window,
jQuery enable / disable controls on page, jQuery enable or disable hyperlinks, jQuery Countdown timer script example, jQuery Increase or Decrease font size of website and many articles relating to JQuery and asp.net. Now I will explain how to use jQuery to show alert message before leaving from web page.

JavaScript - How to Pass Ampersand in Querystring Value in Asp.net

Mar 26, 2014 5 comments
Introduction

Here I will explain how to send ampersand in querystring value in JavaScript using asp.net or passing ampersand in query string JavaScript or
jQuery.

Description:
  
In previous articles I explained jQuery check if string contains special characters or not, jQuery hide or show password characters,
jQuery expand textbox on focus, jQuery disable right click on image and many articles related to jQuery, JavaScript. Now I will explain how to send ampersand value in querystring using JavaScript in asp.net.

Generally ampersand ‘&’ will work as separator between value pairs like as shown below

jQuery - How to Check if String Contains Special Characters or Not

Feb 4, 2014 2 comments
Introduction:

Here I will explain how to check if string contains special characters in
jQuery or jQuery check if string contains special characters.

Description:

jQuery Show Hide Password Characters or Field without Any Plugin

Jan 27, 2014 6 comments
Introduction:

Here I will explain how to use
jQuery to show hide password characters or jQuery show hide password field.
Description:

In previous articles I explained JavaScript show number of characters remaining in textarea, jQuery set maxlength for multiline textbox, jQuery stop form being submit on keypress, jQuery check undefined or empty value and many articles relating to jQuery, JavaScript, Asp.net, SQL server. Now I will explain how to show or hide password characters using jQuery.

jQuery Add Span Tag to Anchor or inside Hyperlink or href

Jan 2, 2014 4 comments
Introduction:

Here I will explain how to add span tag to anchor or href or hyperlink using jQuery or jQuery add span tag inside of hyperlink or href.
Description:

In previous articles I explained jQuery set maxlength for multiline textbox, jQuery stop form being submit on keypress, jQuery check undefined or empty value and many articles relating to jQuery, JavaScript, Asp.net, SQL server. Now I will explain how to add span tag in href using jQuery.

jQuery Ajax Submit Form without Page Refresh using JSON in Asp.Net

Nov 27, 2013 8 comments
Introduction

Here I will explain how to use jQuery to submit form without page refresh using ajax in asp.net or jQuery submit form without page reload using jQuery ajax  in asp.net  using c#, vb.net.

Description:
  
In previous articles I explained
integrate Facebook login authentication, integrate twitter login authentication, jQuery randomly change color of div and many articles relating to jQuery, asp.net, c#, vb.net. Now I will explain how to submit form without refresh or reload page using jQuery in asp.net.

jQuery Stop Form being Submitted on Enter Key Press or Disable Form Submit on Enter

Nov 25, 2013 1 comments
Introduction

Here I will explain how to stop form submit on enter in jQuery or prevent form submit on enter key in jQuery or disable form submission on enter key in jQuery.

Description:
  
In previous articles I explained
jQuery get current page url and title, jQuery disable future dates in datepicker, jQuery Get Cursor position, jQuery Bind double click event to button control, jQuery create rounded corners for textbox and many articles relating to JavaScript, jQuery, asp.net codesnippets. Now I will explain how to stop or disable form submission on enter key using jQuery.
© 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.