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 Print DIV Content with CSS using jQuery Print Plugin in JavaScript

Aug 1, 2013 25 comments
Introduction

Here I will explain how to use
jQuery or JavaScript to print div content with css using jQuery print plugin or jQuery Print particular div without opening new window with JavaScript.

Description:
  
In previous articles I explained
disable right click on image using JQuery, jQuery Disable right click on webpage, Refresh or reload page using jQuery, jQuery expand textbox on focus and many articles relating to JQuery, JavaScript, css. Now I will explain how to print particular div content with css using jQuery print plugin.

Infragistics jQuery/HTML5 Controls Review

3 comments
Introduction

Here I am writing a post to review Infragistics
jQuery/HTML5 controls.

Description:
  
One day I got mail from Infragistics team regarding a review their controls. Once I saw that mail I thought to check their site regarding available controls. I saw their controls I feel surprised because their controls provid very rich functionality and responsive web design on any web browser, any platform and any device.
 

jQuery Insert DIV After DIV with Before() or InsertBefore() Methods

Jul 31, 2013 5 comments
Introduction

Here I will explain how to insert div after div in jQuery with before() or insertBefore() methods in jQuery or add div before another div in jQuery.

Description:

jQuery add Text to End of DIV or jQuery Append Text to DIV

Jul 29, 2013 1 comments
Introduction

Here I will explain how to add text to end of div in jQuery or append text content to div in jQuery or add content to end of div in jQuery. 

Description:

SQL Server Split Function Example in 2008 to Split Comma Separated String into Table

Jul 28, 2013 13 comments
Introduction

Here I will explain simple split function in SQL Server to split comma separated string into table values in SQL Server database or How to split comma separated string with custom split() function in SQL Server

Description:

jQuery Disable Submit Button After Click to Avoid Duplicate Form Submission

Jul 27, 2013 4 comments
Introduction

Here I will explain how to use
jQuery to disable submit button after first click to avoid duplicate or multiple form submission or jQuery disable submit button after click to avoid duplicate form submission.

Description:
  
In previous articles I explained
jQuery Get Current Datetime, Auto refresh page , Expand textbox on focusDisable right click on image and many articles relating to jQuery. Now I will explain how to disable submit button after click to avoid multiple form submission using jQuery.

jQuery Get All Checkbox Values if Checked Selected in Comma Separated String

Jul 24, 2013 4 comments
Introduction

Here I will explain how to use jQuery to get all checked values of checkboxes or get selected values of Checkboxes in jQuery with Name.

Description:

In previous articles I explained jQuery loop through json string object, jQuery Get Set Delete Cookie example, jQuery use split function to split string, jQuery Draggable & Resizable div with example and many articles relating to JQuery, JavaScript, asp.net, code snippets. Now I will explain how to get all selected or checked checkboxes with name in jQuery.

jQuery Make Checkboxes Checked Selected Mode with Name

0 comments
Introduction

Here I will explain how to use jQuery to make particular checkboxes in selected mode based on name or or jQuery to select / checked checkboxes with Name.

Description:

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:

SQL Server Update Multiple Tables using Inner Joins

Jul 21, 2013 4 comments
Introduction:

Here I will explain SQL query to update multiple tables in SQL Server using inner joins or update multiple tables in SQL Server with joins.
Description:
In previous posts I explained difference between LEN and DATALENGTH functions in SQL Server, Convert rows to columns without pivot tables in sql server, SQL query to get data between dates and many articles relating to SQL Server. Now I will explain how to write update query with multiple tables in SQL Server.

Enable Disable Hyperlinks using jQuery or Disable Particular Div of Hyperlinks in jQuery

3 comments
Introduction

Here I will explain how to disable hyperlinks using jQuery or Enable / disable hyperlinks using jQuery.

Description:

SQL Server - Conversion Failed when Converting the Varchar Value '24,' to Data Type int

Jul 17, 2013 7 comments
Introduction:

Here I will explain how to solve the problem of “COALESCE function: Conversion failed when converting the varchar value '24,' to data type int in SQL Server”.

Description:

In previous posts I explained many articles relating to solve errors in asp.net, SQL Server, IIS, etc. Now I will explain how to solve the problem of “COALESCE function: Conversion failed when converting the varchar value '24,' to data type int in SQL Server”.

SQL Server - Add Row items as String with Comma Separated Values

Jul 16, 2013 11 comments
Introduction:

In this article I will explain how to add row values as string with comma separated in
SQL server.
Description:
In previous articles I explained Exception handling in SQL Server, SQL Query to read xml data file, SQL Query to get latest unique records by date, difference between function and stored procedures, joins in SQL Server, substring function in SQL server and many articles relating to SQL server. Now I will explain how to add row values as string with comma separated in SQL Server.

jQuery Iterate Through jQuery String Object / Loop through jQuery String / Object using jQuery

1 comments
Introduction

Here I will explain how to iterate through jQuery string / object using jQuery or loop through jQuery string / object using jQuery.

Description:

In previous articles I explained jQuery Hover dropdown menu with css, jQuery show modal popup window on pageload, jQuery open videos in modal popup window,  jQuery Show gridview row details on mouseover, jQuery Draggable & Resizable div with example and many articles relating to JQuery, JavaScript, asp.net, code snippets. Now I will explain how to iterate through jQuery string / object using jQuery or loop through jQuery string / object using jQuery.

jQuery - How to Get Multiple Checked Checkbox Values

Jul 14, 2013 4 comments
Introduction

Here I will explain how to get multiple checked checkbox value in jQuery or jQuery get multiple checked values from checkbox.

Description:

jQuery Display testimonials with CSS Example

5 comments
Introduction

Here I will explain how to display testimonials with jQuery, CSS or best CSS Testimonial example. 

Description:

Redirect to Another Page in Handler in Asp.net using C#, VB.NET

Jul 12, 2013 8 comments
Introduction

Here I will explain how to redirect to another page in handler (.ashx) file in asp.net

Description:

In previous articles I explained jQuery get set text to label, Get set asp.net control values in jQuery, jQuery Set Get textbox control value, jQuery get dropdown selected value & text, JavaScript create watermark text for textbox and many code snippets articles relating to JQuery, JavaScript, asp.net. Now I will explain how to redirect to another page in handler (.ashx) file in asp.net.

C# - Adding the Specified Count to the Semaphore would Cause it to Exceed its Maximum Count in SQL Server / Asp.net

Jul 9, 2013 8 comments
Introduction:

Here I will explain how to solve the problem “adding the specified count to the semaphore would cause it to exceed its maximum count in c# / Asp.net / sql server .” When running asp.net web application in c#, vb.net with SQL Server database.

Description:


In previous posts I explained many articles relating to solve errors in asp.net, SQL Server, IIS, etc. Now I will explain how to solve the problem of “adding the specified count to the semaphore would cause it to exceed its maximum count in sql server”. To solve this problem we need to add “Pooling=False” in database connection string to disable connection pool in web.config.

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

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 Checked / Selected Checkbox Values with Comma Separated List Based on Name

Jun 24, 2013 7 comments
Introduction

Here I will explain how to use jQuery to get checked / selected checkbox values with comma separated list based on name.

Description:

In previous articles I explained jQuery Get Set Delete Cookie example, jQuery Show gridview row details on mouseover, jQuery Create simple mobile website, jQuery clear textbox value on focus, jQuery Draggable & Resizable div with example and many articles relating to JQuery, JavaScript, asp.net, code snippets. Now I will explain how to get selected checkbox values with comma separated list based on name in jQuery.

7 jQuery Star Rating Plugin Examples Tutorials

3 comments
Introduction

Here I will explain best jQuery star rating Plugins examples. The jQuery star rating control Plugins will help us to give option to users to rate site content based on that we will know whether it’s good or not.

Description:
  
In previous article I explained
8 HTML5 & jQuery Video Player Plugins, 6 jQuery News ticker plugin examples, 11+ best jQuery Scroll to top plugins, 8 jQuery clock plugin examples and many articles relating to jQuery Plugins, JQuery, Ajax, asp.net, SQL Server etc. Now I will explain best jQuery star rating control Plugins examples.

jQuery Create Read Cookie Get Set Delete Cookies Example

Jun 23, 2013 1 comments
Introduction

Here I will explain how to create cookie in jQuery or read cookie or get / set cookie in jQuery or delete cookie in jQuery using jQuery cookie plugin. jQuery cookie plugin is a simple, lightweight jQuery plugin for reading, writing and deleting cookies.

Description:

In previous articles I explained Best jQuery Audio Player Plugin Examples, Top video player plugin examples, 8 Best jQuery popup window plugins, 8 jQuery page flip book effect plugins, jQuery Draggable & Resizable div with example and many articles relating to jQuery, JavaScript, jQuery Plugins. Now I will explain how to create, get/set, delete cookie in jQuery using jQuery cookie plugin.

First download jQuery cookie plugin from this site jQuery cookie and add it to your application then try follow below methods to create, get, delete cookies

jQuery Get Access Session Variable Value in Asp.net

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 Set Text Value to h1 Tag in HTML

Jun 13, 2013 4 comments
Introduction

Here I will explain how to set text value to h1 tag using jQuery in html.

Description:

SQL Server - Get List of All Stored Procedures from Database in SQL Server

5 comments
Introduction

Here I will explain simple SQL Query to get list of all stored procedures from SQL Server database or How to get list of all stored procedures in SQL Server Database or How to Get list of all tables in SQL Server database. 

Description:

SQL Server - Get List of All Table Names in Database

Jun 12, 2013 3 comments
Introduction

Here I will explain simple SQL Query to get all table, procedure names in database or How to get list of all tables names in SQL Server Database or How to Get list of all procedures in SQL Server database.  

Description:

In previous articles I explained Create database schema diagrams in SQL Server, Delete Duplicate records from SQL Server, Exception handling in SQL Server stored procedure, Reading xml file using SQL Server and many articles relating to SQL Server. Now I will explain how to get all tables and stored procedures in database using SQL Server.
© 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.