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

Extract Unzip Files in Zip Folder in Asp.net using C#, VB.NET

Apr 17, 2013 3 comments
Introduction:

Here I will explain how to extract or unzip files in zip folder 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, Ajax ConfirmbuttonExtender example with modalpopup, Joins in SQL Server and many articles relating to Gridview, SQL ,jQuery,asp.net, C#,VB.NET. Now I will explain how to extract unzip files from zip folder in asp.net using C# and VB.NET.

To implement this first we need to get Ionic.Zip.dll from DotnetZIP Library for that check this link Ionic.Zip.dll or you can get it from attached downloadable code. Now you need to add that dll to your application bin folder for that check below steps

Create ZIP Files in Asp.net C#, VB.NET | ZIP Files Archive in ASP.Net

8 comments
Introduction:

Here I will explain how to create zip files in asp.net using C#, VB.NET. To create zip archive files in asp.net using C#, VB.NET we have one library called DotNetZip library by this we can easily create zip files.

Description:

In previous articles I explained Delete files from uploaded folder in asp.net, create/delete directory in asp.net, display rows as columns in asp.net, 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 create zip files in asp.net using C# and VB.NET.

To implement this first we need to get Ionic.Zip.dll from DotnetZIP Library for that check this link Ionic.Zip.dll or you can get it from attached downloadable code. Now you need to add that dll to your application bin folder for that check below steps

Enable Disable Checkbox in Asp.net Gridview Based on Condition in C#, VB.NET

7 comments
Introduction:

Here I will explain how to enable or disable checkbox in gridview based on condition in asp.net  using C# and VB.NET.

Description:


By using gridview rowdatabound event we can enable / disable checkbox in gridview based on certain conditions for that we need to write the code like as shown below

Create Database Schema Diagram in SQL Server

1 comments
Introduction

Here I will explain how to create database schema diagram in SQL Server 2008.

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 convert lower case to upper case and many articles relating to SQL Server, jQuery, JavaScript. Now I will explain how to create database schema diagram in SQL Server 2008.

To create database schema diagram in SQL Server 2008 you need to follow below steps

8 jQuery Social Bookmark Plugins & Media Share Plugin Examples

5 comments
Introduction

Here I will explain best jQuery social bookmark plugins and jQuery social media share plugin examples. The jQuery social media share & bookmark plugins will help us to spread word about our website by sharing our site content in social network sites and it will help us to increase our site traffic.

Description:
  
In previous article I explained 7 jQuery PDF Viewer Plugins, jQuery zoom image on mouseover using jQuery zoom plugin,
11+ Best jQuery Countdown timer plugins, 12+ Best jQuery Drag and Drop Plugins, 11+ best jQuery Scroll to top plugins and many articles relating to jQuery Plugins, JQuery, Ajax, asp.net, SQL Server etc. I will explain best jQuery social media share and bookmark plugin examples.

Create Symbols with KeyBoard Like Trademark symbol, CopyRight Symbol, Registered ­ Trademark etc

Apr 16, 2013 8 comments
Introduction:

Here I will explain how to make or create Trademark symbol with keyboard in word document, copyright symbol, registered ­ trademark symbol, degree symbol, Fractio­n symbol, multiplication sign, heart symbol, diamond symbol and many symbols with keyboard in word document, mail etc.

Description:

In previous articles I explained create desktop shortcut key to lock computer, Lost PAN card how to apply for new one, configure dns server in windows 7 and many articles relating to Internet Tips. Now I will explain how to create symbols with keyboard.

To create symbols with keyboard check below shortcut keys.

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