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

jQuery Get Query String Parameter Values with Spaces

Aug 28, 2013 0 comments
Introduction

Here I will explain how to use
jQuery to get query string parameter value with space.

Description:
  
In previous articles I explained jQuery get query string parameter values,
jQuery Remove first/last character from string, Best Drag and Drop Plugin examples, Scroll back to top plugin Examples, jQuery create rounded corners for textbox and many articles relating to JQuery. Now I will explain how to get query string parameter value with space using JQuery.

JavaScript setTimeout Function Example

2 comments
Introduction

Here I will explain how to use JavaScript setTimeout function with example. JavaScript setTimeout() function is used to execute functions at regular intervals of time. Suppose if we want to execute one JavaScript function for every 10 seconds or for a specific time we can use JavaScript setTimeout function to achieve this functionalit. 

Description:

In previous articles I explained Start and Stop timer in JavaScript, Show user current location on Google map, Regular expression to validate file upload extension and many articles relating to jQuery, JavaScript. Now I will explain how to use JavaScript setTimeout() function with example. 

jQuery Hide DIV Elements After 5 Seconds or Some Time Delay

7 comments
Introduction:

Here I will explain how to use 
jQuery to hide div elements after 5 seconds or jQuery show or hide div elements after 5 seconds or after some time delay or jQuery remove div after 5 seconds

jQuery Stop Form Submit on Enter Key or Disable Form Submission on Enter Key

0 comments
Introduction

Here I will explain how to stop form submit on enter in jQuery or prevent form submit on enter key in jQuery or disable form submission on enter key in jQuery.

Description:
  
In previous articles I explained
jQuery get current page url and title, jQuery disable future dates in datepicker, jQuery Get Cursor position, jQuery Bind double click event to button control, jQuery create rounded corners for textbox and many articles relating to JavaScript, jQuery, asp.net codesnippets. Now I will explain how to stop or disable form submission on enter key using jQuery.

JQuery Check Given Date Greater than Current Date or Today Date JavaScript

Aug 27, 2013 3 comments
Introduction

Here I will explain how to use jQuery to check given date greater than current date or today date in JavaScript or check date greater than current date using JavaScript / jQuery.

jQuery Convert AM PM Time to 24 Hour Time

1 comments
Introduction

Here I will explain how to use jQuery to convert 12 hours AM / PM time to 24 hours time format using jQuery or jQuery convert AM/PM time to 24 hour time.

Description:
  
In previous articles I explained jQuery print div with css, jQuery get all selected checkbox values with comma separated values, jQuery show testimonials with CSS, jQuery disable submit button to avoid duplicate form submission, jQuery Bouncing Menu Example and many articles relating to JavaScript, jQuery, asp.net. Now I will explain how to convert AM/PM time to 24 hour time using jQuery.

JavaScript Convert 12 Hour AM/PM Time to 24 Hours Time Format

3 comments
Introduction

Here I will explain how to use JavaScript to convert 12 hours AM / PM time to 24 hours time format using JavaScript or JavaScript convert AM/PM time to 24 hour time.

Description:
  
In previous articles I explained
jQuery print div with css, jQuery get all selected checkbox values with comma separated values, JavaScript show single quote in string, Get LinkedIn logged in user details in JavaScript, jQuery Bouncing Menu Example and many articles relating to JavaScript, jQuery, asp.net. Now I will explain how to convert 12 hours AM / PM time to 24 hours format using JavaScript.

C# Get All Files from Folder and Subfolders & Display it in Gridview in asp.net

Aug 26, 2013 6 comments
Introduction:

Here I will explain how to get all files from folder and subfolders in C# and display or bind to Gridview in asp.net using C#, VB.NET or C# Get All Files from Folder and Subfolders and Display it in Gridview in asp.net.

Description:

C# Get All Files from Directory and Subdirectories and Display it in Gridview

2 comments
Introduction:

Here I will explain how to get all files from directory and subdirectories in C# and display or bind to Gridview in asp.net using C#, VB.NET.

Description:

In previous articles I explained create zip files in asp.net, Delete files from uploaded folder in asp.net, create/delete directory in asp.net, Joins in SQL Server and many articles relating to Gridview, SQL , jQuery , asp.net, C#, VB.NET. Now I will explain how to get all files from directory and subdirectories and bind to Gridview in asp.net using C#, VB.NET.

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