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

Showing posts with label Code Snippets. Show all posts
Showing posts with label Code Snippets. Show all posts

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.

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

Jul 12, 2013 9 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.

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

Jul 9, 2013 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.

jQuery Get Access Session Variable Value in Asp.net

Jun 23, 2013 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.

jQuery Redirect to Another Page with Button Click in JavaScript

10 comments
Introduction

Here I will explain simple jQuery code to redirect user to another web page using jQuery and JavaScript. By using location object in jQuery or JavaScript we can redirect user to another web page.  

Description:

JavaScript - Convert JSON String to JSON Object

May 13, 2013 5 comments
Introduction:

Here I will explain how to convert JSON string to JSON object in JavaScript.

Description:


To convert JSON string to JSON object in JavaScript we need to write the code as shown below

C# - Convert Datatable to JSON String in C#, VB.NET

10 comments
Introduction:

Here I will explain how to convert asp.net datatable to JSON string in C#, VB.NET or How to get JSON string from Datatable in in C#VB.NET

Description:


To convert datatable to JSON string we need to write the code like as shown below

jQuery Clear Textbox Value on focus

Apr 30, 2013 5 comments
Introduction

Here I will explain How to use jQuery to clear textbox value on focus or simple jQuery code snippet to clear textbox value onfocus using jQuery.

Description:
  
In previous posts I explained jQuery to clear textbox value, jQuery get set textbox value, jQuery disable cut copy and paste options in textbox, jQuery Create Rounded Corners Textbox and many articles relating to JQuery, JavaScript, Asp.net. Now I will explain how to clear textbox value onfocus using jQuery.

Bind focus event for all textboxs to clear values onfocus using jQuery

How to Clear Textbox Value with jQuery

4 comments
Introduction

Here I will explain How to use jQuery to clear textbox value or simple jQuery code snippet to clear textbox value using jQuery.

Description

To clear all textbox values using jQuery we need to write the code like as shown below

jQuery Back Button Code | Go Back to Previous Page in jQuery

Apr 25, 2013 5 comments
Introduction

Here I will explain
jQuery code snippet to back button event or go back to last visited webpage with back button option using jQuery.

Description:
  
In previous posts I explained reload iframe for every few seconds using jQuery,
change background of controls when validation fails, Change textbox background color in JavaScript, split the string, add fade in effect to page and many articles relating to code snippets in JQuery. Now I will explain jQuery code snippet to go back last visited webpage with back button option using jQuery.

C# - How to Delete all Files in Folders and SubFolders in C#, VB.NET

Apr 10, 2013 1 comments
Introduction:

Here I will explain how to delete all files in folders and subfolders in asp.net using C# and VB.NET.

Description:

In previous articles I explained Create or Delete directory/folder in c#, Delete files from uploaded folder in asp.net, jQuery Dropdown Menu example, start and stop timer example in JavaScript, Asp.net Interview questions and many articles relating to Gridview, SQL, jQuery,asp.net, C#,VB.NET. Now I will explain how to delete files in folders and subfolders in asp.net using C# and VB.NET.

To delete files in folders and subfolders first we need to add namespace using System.IO

C# - Delete All Files in Directory and Subdirectories in C#, VB.NET

0 comments
Introduction:

Here I will explain how to delete all files in directories and subdirectories in asp.net using C# and VB.NET.

Description:

In previous articles I explained Create or Delete directory/folder in c#, Delete files from uploaded folder in asp.net, Check username availability with progressbar, Asp.net Interview questions, Joins in SQL Server and many articles relating to Gridview, SQL ,jQuery,asp.net, C#,VB.NET. Now I will explain how to delete all directories and subdirectories in asp.net using C# and VB.NET.

To delete all directories and subdirectories first we need to add namespace using System.IO Once we add namespace need to write the code like as shown below

SQL Server - How to Find Total Number of Days in a Month

Apr 9, 2013 12 comments
Introduction

Here I will explain how to get or find total number of days in month using SQL Server.

Description:
  
In previous articles I explained Insert values in identity column in SQL Server, Check if string contains specific word in SQL, SQL Query to read xml file,
SQL Query to get duplicate records count, SQL Query to get month wise, year wise data and many articles relating to SQL Server, jQuery, JavaScript. Now I will explain how to get or find total number of days in month using SQL Server.

To get total number of days in a month we need to write the query like as shown below

jQuery Show DIV, Hide DIV, Toggle DIV Content Example

Apr 5, 2013 7 comments
Introduction:

Here I will explain how to show / hide div using
jQuery. jQuery show & hide div content example. By using few lines of jQuery coding we can show or hide div content elements.
Description:
  
In previous posts I explained many
jQuery slideUp slideDown slideToggle effects example, jQuery Enable / Disable Textbox Controls on WebPage, jQuery Show Hover Dropdown Menu, Simple jQuery modal popup example, jQuery show YouTube videos in popup window and many articles relating to JQuery, JavaScript. Now I will explain how to show or hide div or table elements on website using JQuery.
© 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.