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

Ajax Asynchronous File Upload Asp.net Example to Upload Files Asynchronously to Server

Apr 15, 2013 6 comments
Introduction:

Here I will explain how to use Ajax asynchronous file upload control in asp.net to upload files asynchronously to server with use of AjaxControlToolkit example in C#, VB.NET.

Description:

In previous articles I explained Ajax rating example with database, Ajax updatepanel example with triggers in asp.net, Show Progressbar while checking username, Asp.net Interview questions and many articles relating to Ajax, Gridview, SQL, jQuery,asp.net, C#,VB.NET. Now I will explain how to use Ajax asynchronous file upload control in asp.net to upload files asynchronously with use of AjaxControlToolkit example in C#, VB.NET.

6 jQuery & JavaScript PDF Viewer Plugin Examples

4 comments
Introduction

Here I will explain best JavaScript & jQuery PDF viewer plugins or jQuery PDF reader plugins tutorial with examples. The JavaScript & jQuery PDF viewer plugins will help us to view PDF documents online like Google docs.

Description:
  
In previous article I explained
6 jQuery News ticker plugin examples, 4 SpellChecker 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 JavaScript & jQuery PDF viewer plugin tutorial with examples.

SharePoint 2010 - Sort Change the Order of Items in Quick Launch

Apr 10, 2013 1 comments
Introduction:

Here I will explain how to sort or change the Order of Items on the Quick launch of SharePoint 2010. In SharePoint 2010 we have Quick Launch tab in left side to display site pages which contains links, lists and libraries on the site

Description:


To sort or change links order in quick launch of SharePoint 2010 we need to follow below steps

8 Best jQuery Clock Plugins (Analog & Digital) Examples

4 comments
Introduction

Here I will explain best jQuery clock plugins (analog & digital) examples. The jQuery clock plugins (analog & digital) is used to make your site more beautiful and attractive.

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

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

C# - Create Delete Directory Folder in Asp.net, C#, VB.NET

Apr 9, 2013 4 comments
Introduction:

Here I will explain how to create directory or folder, delete directory or folder in asp.net using C# and VB.NET or Delete all Files in a Directory.

Description:


To create or delete directory/folder we need to write the code like as shown below

jQuery Inner Zoom Image Inside of DIV on MouseOver using jQuery Image Zoom Plugin

5 comments
Introduction

Here I will explain how to use
jQuery inner zoom plugin to zoom an image inside of div on mouse hover like e-commerce websites or enlarge image in inside of div on mouseover using jQuery image Zoom plugin. jQuery image Zoom plugin will provide two features image zoom effect and lightbox effect for the images by setting few properties for our images.

Description:
  
In previous posts I explained 
jQuery Zoom an image on mouseover, jQuery Bind Images to Dropdown, jQuery show gridview images with lightbox effectjQuery fancy zoom effect for image, jQuery scrollable div with fixed header and many articles relating to JQuery. Now I will explain how to zoom an image inside of div on mouse hover like e-commerce.

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

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 Zoom Image on Mouseover using jQuery Image Zoom Plugin Example

Apr 8, 2013 20 comments
Introduction

Here I will explain how to zoom an image on mouse hover using
jQuery image Zoom plugin like e-commerce websites or enlarge image on mouseover using jQuery image Zoom plugin. jQuery image Zoom plugin will provide two features image zoom effect and lightbox effect for the images by setting few properties for our images.

Description:
  
In previous posts I explained
jQuery Bind Images to Dropdown, jQuery show gridview images with lightbox effectjQuery fancy zoom effect for image, jQuery scrollable div with fixed header and many articles relating to JQuery. Now I will explain how to zoom an image on mouse hover using jQuery image Zoom plugin like e-commerce websites.

SQL Server - How to Delete Duplicate Records Rows from Table in SQL Server

1 comments
Introduction

Here I will explain how to remove or delete duplicate records or rows from a table in SQL Server or Delete duplicate records / rows from table in SQL Server 2008.

Description:
  
In previous articles I explained SQL Query to get duplicate records count, SQL Query to convert rows to columns, SQL Query to get last inserted record id and many articles relating to
SQL Server, jQuery, JavaScript. Now I will explain how to remove duplicate records from a table in SQL Server.

To delete duplicate records or rows from datatable in SQL Server you need to check below article in that article I explained clearly how to delete duplicate records from SQL Server

Show Asp.net Alert Message from Server Side in C#, VB.NET

8 comments
Introduction:

In this article I will explain how to show alert message from server side using asp.net in C#, VB.NET.

Description:
  
In previous articles I explained Call JavaScript function from code behind in asp.net, Call Server side function from JavaScript, Call Page methods from JSON in asp.net many articles relating to Asp.net, C#.NET, JavaScript, Gridview, JQuery etc. Now I will explain how to show alert message from server side using asp.net in C#, VB.NET.

To display JavaScript alert message from server side we need to use 

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.

SharePoint 2010 - Add,Edit, Delete Quick Launch Links

2 comments
Introduction:

Here I will explain how to add, edit, delete links in quick launch of SharePoint 2010. In SharePoint 2010 we have Quick Launch tab in left side to display site pages which contains links, lists and libraries on the site

Description:

To add or delete links in quick launch of SharePoint 2010 we need to follow below steps

jQuery Calculate Page Load Time in JavaScript

Apr 3, 2013 4 comments
Introduction

Here I will explain how to calculate page load time in JavaScript, jQuery.

Description:
  
In previous articles I explained jQuery custom right click context menu, JavaScript Check internet connection,
jQuery Get Cursor position, jQuery select all the text from textarea and many articles relating to JavaScript, jQuery, asp.net. Now I will explain how to calculate page load time in JavaScript, jQuery.

If we want to calculate page load time in we need to write the code like as shown below

jQuery Scrollable Div with Fixed Header Example

Apr 2, 2013 4 comments
Introduction
  
Here I will explain jQuery fixed header or div on scrolling example or facebook like fixed table header on scrolling in jQuery. jQuery fixed header on scroll is used to display header at the top of the web page at all times.

SharePoint 2010 - Enable Treeview Navigation | Configure Tree View Menu in SharePoint 2010

1 comments
Introduction:

Here I will explain how to enable treeview navigation in SharePoint 2010. If we enable treeview navigation in SharePoint that will provide hierarchical view of lists, libraries and subsites of current site. The tree view in SharePoint is displayed to the side of most pages of the site, below the Quick Launch. The tree view in SharePoint is disabled by default.   

Description:


To enable treeview navigation in SharePoint 2010 we need to follow below steps

jQuery Hover Dropdown Menu with CSS Example | Show jQuery Dropdown Menu on Hover with CSS

Apr 1, 2013 11 comments
Introduction:

Here I will explain how to show jQuery dropdown menu on hover with CSS example or show/hide dropdown menu on hover/mouseout using jQuery.

Description:
  
In previous articles I explained jQuery dropdown menu with CSS, jQuery Bounce Menu Example, jQuery floating navigation menu on scrolling and many articles relating to
JavaScript, jQuery, asp.net. Now I will explain how to show/hide dropdown menu on hover/mouseout 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.