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

jQuery Select / Checked Particualr Checkboxes with Name

Jul 22, 2013 2 comments
Introduction

Here I will explain how to use jQuery to select particular checkboxes selected based on name or jquery select checkbox by name or how to make particular checkboxes selected with name in jQuery.

Description:

jQuery Escape Single Quote in String / JavaScript Show Single Quote in String

Jul 9, 2013 0 comments
Introduction

Here I will explain how to use jQuery to escape single quote in string or show single quote in string using JavaScript.

Description:

jQuery Get Access Session Variable Value in Asp.net

Jun 23, 2013 10 comments
Introduction

Here I will explain simple jQuery code to get / access asp.net session variable value in jQuery or how to access or get session variable value using jQuery in asp.net.

Description:

In previous articles I explained jQuery slideup, slidedown and toggle effects example, jQuery Draggable & Resizable div with example, jQuery split the string jQuery Scrollable gridview with fixed header and many articles relating to JQuery, JavaScript, asp.net, code snippets. Now I will explain how to access or get session variable value using jQuery in asp.net.

jQuery Redirect to Another Page with Button Click in JavaScript

Jun 12, 2013 10 comments
Introduction

Here I will explain simple jQuery code to redirect user to another web page using jQuery and JavaScript. By using location object in jQuery or JavaScript we can redirect user to another web page.  

Description:

JavaScript - Convert JSON String to JSON Object

May 13, 2013 5 comments
Introduction:

Here I will explain how to convert JSON string to JSON object in JavaScript.

Description:


To convert JSON string to JSON object in JavaScript we need to write the code as shown below

Asp.net Show Multiple Markers on Google Map V3 from Database with JavaScript

May 12, 2013 33 comments
Introduction:

Here I will explain how to show  or add multiple markers to Google maps V3 from database in asp.net website using JavaScript or JavaScript Show multiple markers in Google maps using database in asp.net.

Description:

In previous article I explained clearly how to add Google map to website in asp.net, Add marker to Google map in asp.net website, JavaScript Add multiple markers to google map, jQuery image slideshow in asp.net, Sitemap navigation control example in asp.net and many articles relating to jQuery, JavaScript, asp.net. Now I will explain how to add multiple markers to Google maps from database in asp.net website.

Get LinkedIn Logged in User Details(Name,Email, Url, Profile Image) using JavaScript API

May 10, 2013 28 comments
Introduction:

Here I will explain how to access or get Username, email, profile image of LinkedIn logged in user using JavaScript.

To implement this one first create app and integrate LinkedIn login in website based on previous post. Once we integrate LinkedIn authentication now we need to write the code like as shown below to get logged in user details from LinkedIn

Adding Linkedin Login Button to Website using JavaScript API in Asp.net

May 9, 2013 10 comments
Introduction

Here I will explain how to add or integrate Linkedin login button to web application using JavaScript API in asp.net or Sign in with Linkedin account or Linkedin login authentication for website in asp.net.

Description:
   

In previous posts I explained Asp.net integrate facebook login authentication to websiteAdd twitter login authentication to website,  jQuery Allow only numbers in textbox, jQuery disable cut copy and paste options in textbox, jQuery Create Rounded Corners Textbox, jQuery slideUp, slideDown and slideToggle Example and many articles relating to JQuery, JavaScript, Asp.net. Now I will explain how to integrate Linkedin login button to web application using JavaScript API in asp.net.

jQuery Reload iFrame Every Few Seconds (10 or 5) using JavaScript

Apr 24, 2013 6 comments
Introduction

Here I will explain how to refresh or reload iframe every few (10 or 5) seconds using
jQuery or JavaScript. By using jQuery setInterval function we can refresh or reload iframe every few seconds using jQuery or JavaScript.

Description:
  
In previous post I explained jQuery allow only alphabets in textbox, jQuery set interval function example,
split the string using split function in jquery and many articles relating to code snippets, JQuery, JavaScript. Now I will explain how to refresh or reload iframe every few seconds using jQuery or JavaScript.

Check below methods to refresh or reload iframe for every few seconds

jQuery Reload iFrame | jQuery Refresh iFrame

2 comments
Introduction

Here I will explain how to use  
jQuery to refresh or reload iframe using jQuery. By using simple jQuery property we can refresh or reload an iframe on the page using jQuery.

Description:
  
In previous post I explained
jQuery count number of vowels in string, Get Screen resolution of client machine in JavaScript, split the string using split function in jquery and many articles relating to code snippets, JQuery, JavaScript. Now I will explain how to reload iframe using jQuery.

If we want to refresh or reload an iframe using jQuery we need to write the code like as shown below

jQuery - Allow Alphanumeric (Alphabets & Numbers) Characters in Textbox using JavaScript

Apr 22, 2013 10 comments
Introduction

Here I will show how to use JQuery to allow only alphanumeric characters in textbox or make textbox to allow only alphabets & numbers using JQuery.

Description:
  
In previous posts I explained jQuery allow alphabetic characters in textbox,  jQuery Allow only numbers in textbox, jQuery disable cut copy and paste options in textbox, jQuery Create Rounded Corners Textbox, jQuery slideUp, slideDown and slideToggle Example and many articles relating to JQuery, JavaScript, Asp.net. Now I will explain how to allow only alphanumeric characters in textbox using JQuery.

To allow only alphabets & numbers in textbox using JQuery we need to write the following code

jQuery - Allow Only Alphabets in Textbox using JavaScript

19 comments
Introduction

Here I will show how to use JQuery to allow only alphabets in textbox or how to make textbox to allow only alphabets using JQuery.

Description:
  
In previous posts I explained
jQuery Allow only numbers in textbox, jQuery disable cut copy and paste options in textbox, jQuery Create Rounded Corners Textbox, jQuery slideUp, slideDown and slideToggle Example and many articles relating to JQuery, JavaScript, Asp.net. Now I will explain how to allow only alphabets in textbox using JQuery.

To allow only alphabets in textbox using JQuery we need to write the following code

jQuery - Allow Only Numbers (Numerics) in Textbox using JavaScript

11 comments
Introduction

Here I will show how to use JQuery to allow only numbers in textbox or allow only numeric characters in textbox using JQuery.

Description:
  
In previous posts I explained jQuery Autocomplete textbox with images, jQuery lightbox slideshow, jQuery Create Rounded Corners Textbox, jQuery slideUp, slideDown and slideToggle Example, Password strength jquery plugin examples and many articles relating to JQuery, Asp.net. Now I will explain how to allow only numbers in textbox using JQuery.

To restrict user to enter only numbers in textbox we need to write the following code

jQuery Disable Cut Copy Paste Options in Textbox

Apr 21, 2013 9 comments
Introduction

Here I will explain how to disable cut, copy and paste functionality for the Textbox using jQuery. In jQuery we can restrict to user to cut, copy, paste options in Textbox easily by using simple code.


To disable cut, copy and paste functionality for the Textbox we need to write the code like as shown below

Show Asp.net Alert Message from Server Side in C#, VB.NET

Apr 8, 2013 8 comments
Introduction:

In this article I will explain how to show alert message from server side using asp.net in C#, VB.NET.

Description:
  
In previous articles I explained Call JavaScript function from code behind in asp.net, Call Server side function from JavaScript, Call Page methods from JSON in asp.net many articles relating to Asp.net, C#.NET, JavaScript, Gridview, JQuery etc. Now I will explain how to show alert message from server side using asp.net in C#, VB.NET.

To display JavaScript alert message from server side we need to use 

jQuery Show DIV, Hide DIV, Toggle DIV Content Example

Apr 5, 2013 7 comments
Introduction:

Here I will explain how to show / hide div using
jQuery. jQuery show & hide div content example. By using few lines of jQuery coding we can show or hide div content elements.
Description:
  
In previous posts I explained many
jQuery slideUp slideDown slideToggle effects example, jQuery Enable / Disable Textbox Controls on WebPage, jQuery Show Hover Dropdown Menu, Simple jQuery modal popup example, jQuery show YouTube videos in popup window and many articles relating to JQuery, JavaScript. Now I will explain how to show or hide div or table elements on website using JQuery.

jQuery Calculate Page Load Time in JavaScript

Apr 3, 2013 4 comments
Introduction

Here I will explain how to calculate page load time in JavaScript, jQuery.

Description:
  
In previous articles I explained jQuery custom right click context menu, JavaScript Check internet connection,
jQuery Get Cursor position, jQuery select all the text from textarea and many articles relating to JavaScript, jQuery, asp.net. Now I will explain how to calculate page load time in JavaScript, jQuery.

If we want to calculate page load time in we need to write the code like as shown below

Use jQuery to Hide a DIV when Clicks Outside of it in JavaScript

Mar 28, 2013 5 comments
Introduction

Here I will explain how to use
jQuery to close or hide div when user clicks outside of it or Hide/Close div when clicked outside of it using jQuery or how to close open div when click outside of it using jQuery.

Description:
  
In previous posts I explained jQuery Check internet connection using JavaScript, jQuery Custom Right click Context Menu, jQuery UI Virtual keyboard example, jQuery Show hidden content on mouse over on top of element and many articles relating to
jQuery. Now I will explain how to close open div when click outside of it using jQuery.

If you want to close open div when click outside of it we need to write the code like as shown below

jQuery Right Click Context Menu Example | Custom jQuery Right Click Menu

9 comments
Introduction

Here I will explain how to make/ create 
custom jQuery right click context menu example or custom right click menu using jQuery and how to disable right click on the page using JQuery.

Description:
  
In previous posts I explained
change background of controls when validation fails, Change textbox background color in JavaScript, split the string, add fade in effect to page, Password strength jquery plugin examples and many articles relating to JQuery. Now I will explain how to create custom right click context menu 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.