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 General. Show all posts
Showing posts with label General. Show all posts

Show jQuery Version | Check What Version of jQuery is Loaded for Website

Dec 12, 2012 2 comments
Introduction

Here I will explain how to check or show what version of jQuery is used in web application.

Description:
  
In previous articles I explained jQuery change background color randomly, jQuery create rounded corner textbox, Get latest or recent tweets using jQuery, jQuery get cursor position and many articles relating to JQuery and asp.net. Now I will explain how to check or show version of jQuery used in web application.

jQuery Change Div Background Color Randomly or Website

Dec 11, 2012 3 comments
Introduction

Here I will explain how to change background color of website or div randomly using
jQuery.

Description:
  
In previous articles I explained jQuery Show Subscribe modal popup for website, jQuery Convert uppercase to lowercase,
Get latest or recent tweets using jQuery, jQuery get cursor position and many articles relating to JQuery and asp.net. Now I will explain how to change background color of website or div randomly using jQuery.

Show Subscribe Modal PopUp for Website in jQuery While Page Loading

Dec 6, 2012 12 comments
Introduction
  
Here I will explain how to show automatic popup for the users to subscribe for website when they visit the site first time while page load using
jQuery in asp.net.

Description:
  
In previous posts I explained jQuery Highlight gridview rows on mouseover,
jQuery Change style of controls, Show multiple months in datepicker, and many articles relating to JQuery and modal popup. Now I will explain how to show automatic popup for the users to subscribe for website when they visit the site first time using jQuery in asp.net.

jQuery to Validate File Upload Extension in File Upload Control

Dec 5, 2012 7 comments
Introduction:

Here I will explain how to validate uploaded file extension in file upload control using jQuery in asp.net.

Description:

In previous article I explained jQuery fixed header notification bar example, jQuery Convert uppercase to lowercase, jQuery disable specific dates in calendar control and many articles relating to jQuery. Now I will explain how to validate uploaded file extension in file upload control using jQuery in asp.net.

jQuery Fixed DIV Header Notification Bar on Scroll with Fade in Out Effects

Dec 4, 2012 5 comments
Introduction
  
Here I will explain how to display
jQuery fixed DIV Header Notification Bar with Fade in fade out effects on scroll.

Description:
  
In previous posts I explained jQuery Convert UpperCase to LowerCase, Disable Future dates in Calendar, Show multiple months in datepicker, jQuery get cursor position and many articles relating to JQuery and datepicker. Now I will explain how to display
jQuery fixed DIV Header Notification Bar with Fade in fade out effects on scroll like as shown below

Call Server Side Function from JavaScript in Asp.net Ajax

6 comments
Introduction

Here I will explain how to call server side methods or functions from
JavaScript in asp.net.

Description:
  
In previous posts I explained How to Call Asp.net Page methods in jQuery,
JavaScript restrict to enter only numbers, JavaScript Redirect to another page after some time delay, JavaScript Set Default home page in browsers and many articles relating to JavaScript, Asp.net. Now I will explain how to call server side methods or functions from JavaScript in asp.net.

SQL Query to Get Latest Unique Records by Date

Nov 29, 2012 2 comments
Introduction:

Here I will explain how to write query to get latest or recent records but unique records in
SQL Server.
Description:
In previous articles I explained joins in SQL Server, Get Records without weekends, SQL Query Get Month Wise Data, difference between function and stored procedures, and many articles relating to SQL Server. Now I will explain how to write a query to get latest or recent records but unique records in SQL Server.

SQL Query to Get Month wise Data, Year wise Data

4 comments
Introduction

In this SQL Server article I will explain how to write query to get monthly (month wise) data or year wise data from database.

Description

In previous articles I explained Query to get Exclude weekends in SQL Query, While Loop Example in SQL Server, Find First and last day of current month in SQL, Convert Rows to Columns in SQL, Joins in SQL Server and many articles relating to SQL Server.  Now I will explain how to write query to get month wise data or year wise data from database in SQL Server.

How to Exclude Weekends in SQL Query or Get Records Without Weekends

Nov 28, 2012 8 comments
Introduction:

In this 
SQL Server article I will explain how to write query to get records Exclude weekends data or without weekends data in SQL Server.
Description:
In previous articles I explained insert single quote data in database, DateAdd function Example, Pass table as parameter to procedure, difference between function and stored procedures, joins in SQL Server and many articles relating to SQL Server. Now I will explain how to write a query to get records without weekend’s data in SQL Server.

SQL Server Insert Data with Apostrophe/Single Quote in Database

7 comments
Introduction

In this SQL Server article I will explain how to insert single quote or apostrophe data in database.

Description

In previous articles I explained While Loop Example in SQL Server, Find First and last day of current month in SQL, Convert Rows to Columns in SQL, Joins in SQL Server and many articles relating to SQL Server.  Now I will explain how to insert single quote or apostrophe data in SQL Server.

jQuery: Convert Text to UpperCase or LowerCase

Nov 27, 2012 1 comments
Introduction

In this 
jQuery article I will explain how to change text to uppercase or lowercase or convert text to uppercase/lowercase using jQuery in asp.net.

Description:
  
In previous articles I explained
Change the style of tooltip in jQuery, jQuery Countdown timer script example, jQuery Increase or Decrease font size of website, Redirect to another page after some time delay, jQuery slideUp slideDown toggle effects and many articles relating to JQuery and asp.net. Now I will explain how to convert text to uppercase or lowercase using jQuery in asp.net.

jQuery UI Datepicker: Disable Specific Days

Nov 26, 2012 8 comments
Introduction
  
In this
jQuery UI Datepicker article I will explain how to disable specific days in jQuery datepicker.
Description:
  
In previous posts I explained
Disable specific dates in Calendar, Disable Future dates in Calendar, Disable weekends in datepicker, Show multiple months in datepicker and many articles relating to JQuery and datepicker. Now I will explain how to disable specific days in jQuery datepicker.

jQuery ui Datepicker Disable Dates before Today

2 comments
Introduction
  
In this
jQuery UI Datepicker article I will explain how to disable dates before today or previous dates in jQuery datepicker.
Description:
  
In previous posts I explained Disable specific days in Calendar,
Disable Future dates in Calendar, Disable weekends in datepicker, Show multiple months in datepicker and many articles relating to JQuery and datepicker. Now I will explain how to disable dates before today in jQuery datepicker.

Disable Specific Dates in jQuery UI Datepicker

3 comments
Introduction
  
In this
jQuery UI DatePicker article I will explain how to disable specific days or dates in jQuery datepicker.
Description:
  
In previous posts I explained
Disable Future dates in Calendar, Disable past dates, Disable weekends in datepicker, Show multiple months in datepicker and many articles relating to JQuery and datepicker. Now I will explain how to disable specific dates in jQuery datepicker.

jQuery How to Get Mouse Cursor Position

Nov 25, 2012 0 comments
Introduction

In this 
jQuery snippet I will explain how to get current mouse or cursor position in jQuery.

Description:
  
In previous posts I explained jQuery Allow only numbers in textbox, jQuery Accordion Menu Example,
jQuery lightbox slideshow, jQuery Create Rounded Corners Textbox and many articles relating to JQuery, Asp.net. Now I will explain how to get current position of mouse or cursor in JQuery.

JavaScript Restrict User to Enter Numeric Value in Textbox

0 comments
Introduction

Here I will explain how to restrict user to enter numeric value in textbox using JavaScript in
asp.net.

Description:
  
In previous posts I explained JavaScript Redirect to another page after 5 secs, Watermark for textbox in JavaScript,
jQuery lightbox slideshow, Password strength jquery plugin examples and many articles relating to JavaScript, JQuery, Asp.net. Now I will explain how to restrict user to enter numeric value in textbox using JavaScript in asp.net.

jQuery Restrict to Allow Only Numbers in Textbox in Asp.net

Nov 24, 2012 3 comments
Introduction

Here I will explain how to allow only numbers or numeric characters in textbox using
JQuery in asp.net.

Description:
  
In previous posts I explained jQuery Autocomplete textbox with images, jQuery lightbox slideshow, jQuery Create Rounded Corners Textbox,
jQuery slideUp, slideDown and slideToggle Example, Password strength jquery plugin examples and many articles relating to JQuery, Asp.net. Now I will explain how to allow only numbers or numeric characters in textbox using JQuery in asp.net.

Disable Firefox/IE Remember Password Prompt Option in Asp.net

14 comments
Introduction
  
Here I will explain how to make or disable IE/firefox stop asking remember passwords in
asp.net.

Description:
  
In previous posts I explained
jQuery increase decrease font size of website, Redirect to another page after some time delay, Show alert message to upgrade browser, jQuery Tooltip and many articles relating to jQuery, Asp.net. Now I will explain how to make IE/Firefox stop asking remember passwords in asp.net.

jQuery Bind Double Click Event to Button Control

Nov 23, 2012 4 comments
Introduction
  
Here I will explain how to bind or add double click event to button control in
jQuery.

Description:
  
In previous posts I explained jQuery increase decrease font size of website, Redirect to another page after some time delay,
jQuery Change style of controls, Disable weekends in datepicker, Show multiple months in datepicker, and many articles relating to JQuery. Now I will explain how to bind double click event to button control in 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.