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

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

Nov 20, 2015 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.

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