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

How to Convert Rows to Columns in SQL Server Without Using Pivot

Sep 15, 2012 13 comments
Introduction:

Here I will explain how to convert row values to column values without using pivot in SQL Server.

Description:

In previous articles I explained Query to get duplicate records count, Query to remove duplicate records and many articles relating to SQL Server. Now I will explain how to write a query to convert row values to column values without pivot in SQL Server. In database I have one table UserInformation that contain data like as shown below

Lost My PAN Card How to Apply For New One | Change Details in PAN Card

14 comments
Introduction:

In this article I will explain how to apply for new pan card if pan card lost and how to make changes or corrections in pan card.

Description:

In previous articles I explained some of
internettips like Setup DNS Server, Create desktop shortcut key to lock computer/laptop etc. Now I will explain how to change details in your pan card and how to apply for new pan card if old one lost.

Generally many of them will face problem like lost pan card or getting pan card with wrong details etc. After seen all these problems I realized that it’s better to write article to show how to get new pan card if existing one lost or how to make changes in pan card if any wrong details printed on card.

jQuery Highlight Gridview Row When CheckBox is Checked in Asp.Net

Sep 12, 2012 7 comments
Introduction:

In this article I will explain how to highlight gridview rows when checkbox is checked or selected in asp.net using JQuery.

Description:

In previous article I explained
select/deselect checkboxes in gridview using JQuery, select header checkbox when all child checkboxes selected in JQuery and many articles relating to JQuery. Here I am using select header checkbox when all child checkboxes selected in JQuery concept to highlight gridview row when checkbox is checked in JQuery.

If we want to highlight checkbox selected gridview rows using JQuery we need to write the code like this

Validate DropdownList Using JQuery in Asp.Net

1 comments
Introduction

Here I will explain how to validate dropdownlist using
JQuery using asp.net.

Description:
  
In previous articles I explained validate checkboxlist in JQuery, validate radiobuttonlist using JQuery,
validate email address using JQuery and many articles relating to JQuery. Now I will explain how to validate dropdownlist using JQuery in asp.net.

jQuery Validate CheckBoxList in Asp.Net Example

1 comments
Introduction

Here I will explain how to validate checkboxlist using
JQuery using asp.net.

Description:
  
In previous articles I explained validate radiobuttonlist using JQuery,
validate email address using JQuery, how to disable or enable all the controls on page using JQuery , validate phone number using JQuery and many articles relating to JQuery. Now I will explain how to validate checkboxlist using JQuery in asp.net.

JQuery Validate RadioButtonList in Asp.Net Example

2 comments
Introduction

Here I will explain how to validate radiobuttonlist using
JQuery using asp.net.

Description:
  
In previous articles I explained
validate email address using JQuery, how to disable or enable all the controls on page using JQuery , validate phone number using JQuery and many articles relating to JQuery. Now I will explain how to validate radiobuttonlist using JQuery in asp.net.

JQuery Select Header Checkbox When All Child Checkboxes Selected in Asp.net Gridview

Sep 9, 2012 3 comments
Introduction:

In this article I will explain how to check/uncheck or select/deselect all the checkboxes in gridview with header checkbox using JQuery in asp.net.

Description:

In previous article I explained select/deselect checkboxes in gridview using JQuery and
how to select/deselect checkboxes in gridview using JavaScript and many articles relating to JavaScript and JQuery. Now I will explain how to select/deselect header checkbox when all child checkboxes selected in gridvuew using JQuery.

Check Uncheck All Checkboxes in Gridview Using JQuery

Sep 8, 2012 14 comments
Introduction:

In this article I will explain how to check/uncheck or select/deselect all the checkboxes in gridview with header checkbox using JQuery in asp.net.

Description:

In previous article I explained how to select/deselect checkboxes in gridview using JavaScript and many articles relating to JavaScript. Now I will explain how to check/uncheck or select/deselect all the checkboxes in gridview with header checkbox in JQuery.

SQL String or Binary Data Would be Truncated. The Statement has been Terminated

Sep 7, 2012 15 comments
Introduction: 

Here I will explain how to solve the problem of “string or binary data would be truncated. The statement has been terminated.” in sql server. 

Description:

One day I am trying to insert data into one table using SQL queries at that time I got error like “String or binary data would be truncated. The statement has been terminated.” Actually this problem because of I declared column datatype varchar(25) but I am inserting data more than 25 characters in that column. To solve this problem I modified column datatype varcha (25) to varchar(50)

Best jquery password strength plugin Examples to show password strength

Sep 6, 2012 8 comments
Introduction

Here I will explain different type of JQuery password strength meter or indicator plugins.

Description:
  
In previous posts I explained Show password strength meter using AJAX in asp.net and Show password strength using JQuery Plugin in asp.net and many articles relating to
JQuery. Now I will explain different type of available JQuery password strength indicator plugins.


This plugin extends the jQuery validation plugin, providing two components:

     1)  A function that rates passwords for factors like mixed upper/lower case, mix of characters (digits, special characters), length and similarity to a username (optional).
© 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.