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 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.

Lync Login Error - There was a Problem Acquiring a Personal Certificate Required to Sign in

Oct 18, 2015 0 comments
Introduction

Here I will explain how to solve the problem of “There was a problem acquiring a personal certificate required to sign in, If the problem continues, please contact your support team.” while login in to Lync communicator in windows 8. Actually this problem occurs when our cached credentials of Lync get corrupted. To fix this problem we need to delete existing certificates and login with your details it will fix your “Cannot sign into Lync. There was a problem acquiring a certificate from the server.” 

Description:

In previous posts I explained physical path but a virtual path was expected in asp.net, jQuery the length of the string exceeds the value set on the maxjosnlength property, jQuery show asp.net exception error message, upload and download files from database in asp.net, download multiple files as zip folder in asp.net and many articles relating to solve errors in asp.net, SQL Server, IIS, etc. Now I will explain how to solve the problem of “There was a problem acquiring a personal certificate required to sign in, If the problem continues, please contact your support team.while login in to Lync communicator in windows 8.

Angularjs Enable Disable Button based on Checkbox Selection Example

Oct 14, 2015 0 comments
Introduction

Here I will explain how to use
AngularJS to enable or disable button based on checkbox value selection with example. By using “ng-disabled” property we can enable or disable button on checkbox selection value in AngularJS.

ASP.Net FileUpload Validate File Extension to Allow Only Images Example in C#, VB.NET

Oct 13, 2015 3 comments
Introduction

Here I will explain how to validate uploaded file extension from fileupload in
asp.net to using c#, vb.net with example or allow only image format files to upload in asp.net fileupload example. By using “Path.GetExtension” properties we can get uploaded file extension and allow only image format files to upload from fileupload control in asp.net using c#, vb.net.

Asp.net Get File Extension (Path) from Fileupload Control using C#, VB.NET

Oct 12, 2015 1 comments
Introduction

Here I will explain how to get file extension from fileupload in
asp.net using c#, vb.net with example or asp.net get uploaded file extension or path from fileupload control using c#, vb.net with example. By using “Path.GetExtension” properties we can get uploaded file extension or path from fileupload control in asp.net using c#, vb.net.

jQuery Set (Open) Particular Bootstrap Tab on Page Load or Button / Link Click Example

Oct 11, 2015 0 comments
Introduction

Here I will explain how to use
jQuery set default bootstrap tab on page load or jQuery set particular bootstrap nav tab on button or link click with example. To set particular or specific bootstrap tab menu on page load or button click we need to use property tab like “$('.nav-tabs a[href="#tab1"]').tab('show')”.

Description:
  
In previous articles I explained 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 default bootstrap tab on page load or button click 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.