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

C#- Insert Word Document Files into SQL Server Database Table

Jan 3, 2013 7 comments
Introduction:

Here I will explain how to upload files to database in 
asp.net and download files from database in asp.net or save or insert word document in SQL Server database using asp.net in C#, VB.NET.
Description:
  
In previous articles I explained
Save/Upload files in folder and Download files from folder, Save Images in folder and images path in database and show images from folder and many articles relating to asp.net, C#, VB.NET etc…. Now I will explain how to upload word document files into SQL Server database and download files from database in asp.net using C#, VB.NET.

Upload Files to Database in Asp.net Download Files From Database in SQL Server

73 comments
Introduction:

Here I will explain how to save or insert or upload word document files into SQL Server database and download files from database in asp.net using C#, VB.NET.
Description:
  
In previous articles I explained Save/Upload files in folder and Download files from folder, Save Images in folder and images path in database and show images from folder and many articles relating to asp.net, C#, VB.NET etc…. Now I will explain how to upload word document files into SQL Server database and download files from database in asp.net using C#, VB.NET.

My Site Statistics and Achievements of 2012

Jan 1, 2013 17 comments
Introduction:

Here I am going to explain about Aspdotnet-Suresh.com site statistics and achievements of 2012.

Description:

First of All Happy New year to all today I am going to show statistics and achievements of my website in 2012.

9 jQuery Pagination Plugins Example Tutorials

3 comments
Introduction

Here I will explain best jQuery Pagination Plugins which will help us to divide lots of data to display in different pages. By using these jQuery Pagination Plugins we can divide the data into pages after it is loaded into the page or by passing page number to server side and get required data and display it on webpage.

Description:
  
In previous article I explained
6+ jQuery Snow fall effect plugins, 11+ Best jQuery Countdown timer plugins, 12+ Best jQuery Drag and Drop Plugins, 11+ best jQuery Scroll to top plugins, 9+ JQuery AutoComplete plugins, 6+ JQuery Password Strength Plugins and many articles relating to jQuery Plugins, JQuery, Ajax, asp.net, SQL Server etc. Now I will explain different type of jQuery Pagination Plugin tutorials with examples.

8 jQuery Custom Scrollbar Plugins Example Tutorials

Dec 30, 2012 8 comments
Introduction

Here I will explain best
jQuery custom scrollbar plugin examples. jQuery Custom Scrollbar plugins will allow you to add fully customizable scrollbars for your application

Description:
  
In previous article I explained 6+ jQuery Snow fall effect plugins,
11+ Best jQuery Countdown timer plugins, 12+ Best jQuery Drag and Drop Plugins, 11+ best jQuery Scroll to top plugins, 9+ JQuery AutoComplete plugins, 6+ JQuery Password Strength Plugins and many articles relating to JQuery, Ajax, asp.net, SQL Server etc. Now I will explain different type of best jQuery custom scrollbar plugin tutorials with examples.

6 Top jQuery Snow Falling Effect Plugin Tutorials with Example

Dec 29, 2012 1 comments
 Introduction

Here I will explain different type of best
jQuery animated snow falling effect plugin tutorials with examples.

Description:
  
In previous article I explained 11+ Best jQuery Countdown timer plugins,
12+ Best jQuery Drag and Drop Plugins, 11+ best jQuery Scroll to top plugins, 9+ JQuery AutoComplete plugins, 6+ JQuery Password Strength Plugins and many articles relating to JQuery, Ajax, asp.net, SQL Server etc. Now I will explain different type of best jQuery animated snow falling effect plugin tutorials with examples.

jQuery Shake Image on Mouse Hover or Vibrate, Rotate Elements

6 comments
Introduction
  
Here I will explain how to shake or vibrate or rotate effects for images or elements using jQuery plugin in asp.net.
Description:
  
In previous posts I explained jQuery Highlight gridview rows on mouseover, jQuery Change style of controls, jQuery upload multiple files in asp.net, jQuery Redirect to another page after some time delay and many articles relating to JQuery, asp.net. Now I will explain how to shake or vibrate or rotate images or elements using jQuery plugin in asp.net.

Check Internet Connection in Asp.net using C#, VB.NET

5 comments
Introduction

Here I will explain how to check internet connectivity of system in
asp.net using C# and VB.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 check internet connectivity of system in asp.net using C# and VB.NET.

Close Kill All Active Database Connections in SQL Server

Dec 27, 2012 1 comments
Introduction

Here I will explain how to kill or close all active database connections in SQL Server.

Description

In previous article I explained Get number of active connections to database in SQL Server, Joins in SQL Server and many articles relating to SQL Server.  Now I will explain how to close or kill all database connections in SQL Server.

Get Number of Active Connections to Database in SQL Server

Dec 24, 2012 1 comments
Introduction

Here I will explain how to get or find number of active connections to database in SQL Server

Description

In previous articles I explained Read XML file data using SQL Server, Joins in SQL Server, Get Latest Unique Records by count in SQL Server, Insert data with apostrophe in SQL Server, Convert Rows to Columns in SQL and many articles relating to SQL Server.  Now I will explain how to get or find number of active connections to database in  SQL Server.

C# - Microsoft.ACE.OLEDB.12.0 Provider is not Registered on the Local Machine in IIS7

Dec 21, 2012 16 comments
Introduction

Here I will explain “the 'microsoft.ace.oledb.12.0' provider is not registered on the local machine” problem solution in asp.net using C# and VB.NET.

Description

In previous articles I explained Asp.net, C#, VB.NET, SQL interview questions, Send values from one page to another page using QueryString, Joins in SQL Server, Highlight Gridview records based on search and many articles relating to Gridview, SQL ,jQuery,asp.net, C#, VB.NET. Now I will explain how to solve the problem of “the 'microsoft.ace.oledb.12.0' provider is not registered on the local machine” in asp.net using C# and VB.NET.

jQuery Upload Multiple Files using Asp.net with Multiple File Upload Plugin Example

Dec 20, 2012 27 comments
Introduction:

Here I will explain how to upload multiple files in asp.net using JQuery with multiple file upload plugin.

jQuery Uploading Multiple Files using Asp.net with Uploadify Plugin

Dec 19, 2012 31 comments
Introduction:

Here I will explain how to upload multiple files in asp.net using uploadify plugin in JQuery.

Description:

In previous article I explained
jQuery lightbox image slideshow, Generate thumbnail from images, Generate thumbnails from YouTube videos using JQuery, jQuery password strength examples and many articles relating to JQuery, asp.net, SQL Server etc. Now I will explain how to upload multiple files in asp.net using uploadify plugin in JQuery.

C#- Insert/Upload XML file Data into SQL Table using Stored Procedure in Asp.net with C#, VB.NET

Dec 18, 2012 6 comments
Introduction:

Here I will explain how to insert xml data into SQL Server table using stored procedure in
asp.net with c#, vb.net.
Description:
  
In previous article I explained  Read/Import XML data into gridview,
Import Excel data to gridview in asp.net, How to Export gridview data to excel/word document, Import Excel data to sql database and some other articles relating to export gridview data. Now I will explain how to insert xml data into SQL Server table using stored procedure in asp.net with c#, vb.net.

C#- Import/Upload Data from Excel to SQL Server 2008 in Asp.net using C#, VB.Net.

11 comments
Introduction:

Here I will explain how to upload or import data from excel to SQL Server using
asp.net in c#, vb.net.
Description:
  
In previous article I explained Import Excel data to gridview in asp.net,
How to Export gridview data to excel/word document, Import Excel data to sql database and some other articles relating to export gridview data. Now I will explain how to upload or import data from excel to SQL Server using asp.net in c#, vb.net.

Import/Upload Excel Data to Asp.net Gridview in C#, VB.NET

Dec 17, 2012 63 comments
Introduction:

Here I will explain how to import data from excel to gridview in asp.net using OLEDB in C#, VB.NET.
Description:
  
In previous article I explained How to Export gridview data to excel/word document, Import Excel data to sql database
and some other articles relating to export gridview data. Now I will explain how to import data from excel to gridview in asp.net.

Asp.net- How to Get Full File Path from Fileupload Control in Firefox or IE

Dec 16, 2012 10 comments
Introduction:

Here I will explain how to get full path of uploaded file from fileupload control from client machine in Firefox or IE in asp.net using C#, VB.NET.

Description:

Find Null/Empty Values in Asp.net Datatable and Replace with Other Values

Dec 15, 2012 6 comments
Introduction:

Here I will explain how to find null or empty values in datatable and replace with other values in asp.net using C#, VB.NET.

Description:

c#- How to Convert Dataset to XML String in Asp.net, VB.NET

0 comments
Introduction:

Here I will explain how to convert dataset to xml string in asp.net using C#, VB.NET.

Description:

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