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

jQuery Difference between == and === in JavaScript with Example

Jan 11, 2016 3 comments
Introduction

Here I will explain difference between == and === in
JavaScript with example or what is the difference between == and === in jQuery with example. Generally JavaScript will provide different type of operators those are strict equality (===) and type converting equality (==). These operators help us to understand difference between == and === in JavaScript or jQuery.

Description:
  
In previous articles I explained jQuery bootstrap autocomplete textbox from database example, jQuery slideup, slidedown and slidetoggle example, jQuery autocomplete with images in asp.net,
jQuery hide div if we click outside of it example and many articles relating to css, AngularJS, jQuery, JavaScript and asp.net. Now I will explain difference between == and === in JavaScript or jQuery with example.

Generally JavaScript will provide different type of operators those are strict equality and type converting equality.

jQuery Show (Display) Loading Image on Button Click Example

Nov 30, 2015 4 comments
Introduction

Here I will explain how to use
jQuery to show loading on button click or display loading image on button click with example in jQuery. By using button html property we can show loading image on button click in jQuery.

SQL Server Show Exact Match Values Top (First) then Partial Match Values (Like) Example

Nov 25, 2015 3 comments
Introduction:

Here I will explain how to use
sql server to show exact match values at the top and then partial match values with example or sql server show exact match values at first and then show partial match / like values next with example. By using Order By property we can show exact match values first and then remaining values in sql server.
Description:

SQL Server Charindex Function Example in 2008

Nov 20, 2015 1 comments
Introduction

Here I will explain what is charindex function in SQL Server and uses of charindex function in SQL Server. Generally charindex function in SQL Server is used to search for specific word or substring in overall string and returns starting position of match. Generally we will use charindex in SQL Server to check if string contains specific word or not.

Description:
  
In previous articles I explained SQL Query to get particular part of string, SQL Query to replace part of string, kill all active database connections in SQL Server, SQL Query to read xml file, SQL Query to get month wise, year wise data and many articles relating to SQL Server,
jQuery, JavaScript. Now I will explain charindex function in SQL Server with example

SQL Server Get String Before and After Character (Delimiter) Example

1 comments
Introduction:

Here I will explain how to get string before and after character in
sql server with example or sql server get string before or after character / delimiter example. By using CHARINDEX and SUBSTRING properties we can get string before or after character in sql server.
Description:

jQuery Hide Div if Clicked Outside or Anywhere Else Example

Nov 19, 2015 0 comments
Introduction

Here I will explain how to use
jQuery to hide div when user clicks outside of it example or Hide/Close div when clicked outside of it using jQuery or hide element if click anywhere else using jQuery with example.

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 or hide div when click outside of it (anywhere else) using jQuery.

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

Split String with Comma Separated Delimiter and Convert to Table Rows in SQL Server

Nov 18, 2015 1 comments
Introduction

Here I will explain how to split string with comma delimited character in SQL Server or split string with comma separated delimiter in SQL Server or split string with special character in SQL Server or split and convert comma separated or delimited string to table in SQL Server.

Description:

jQuery Get Selected Bootstrap Tab or Active Tab on Click (Change) Example

Oct 19, 2015 2 comments
Introduction

Here I will explain how to use
jQuery to get selected bootstrap tab on click or jQuery set or get bootstrap selected tab value on change event with example. By using data-toggle property we can get selected bootstrap tab value in jQuery on tab change.

Description:
  
In previous articles I explained jQuery set particular bootstrap tab selected on pageload,
jQuery bootstrap multi select dropdownlist with checkboxes, jQuery show images in 360 degree view plugins, jQuery validate radiobuttonlist with example and many articles relating to css, AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to set get selected bootstrap tab on click or on change event 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.