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

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

Aug 26, 2013 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.

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.

C# - Adding the Specified Count to the Semaphore would Cause it to Exceed its Maximum Count in SQL Server / Asp.net

Jul 9, 2013 8 comments
Introduction:

Here I will explain how to solve the problem “adding the specified count to the semaphore would cause it to exceed its maximum count in c# / Asp.net / sql server .” When running asp.net web application in c#, vb.net with SQL Server database.

Description:


In previous posts I explained many articles relating to solve errors in asp.net, SQL Server, IIS, etc. Now I will explain how to solve the problem of “adding the specified count to the semaphore would cause it to exceed its maximum count in sql server”. To solve this problem we need to add “Pooling=False” in database connection string to disable connection pool in web.config.

jQuery Get Access Session Variable Value in Asp.net

Jun 23, 2013 10 comments
Introduction

Here I will explain simple jQuery code to get / access asp.net session variable value in jQuery or how to access or get session variable value using jQuery in asp.net.

Description:

In previous articles I explained jQuery slideup, slidedown and toggle effects example, jQuery Draggable & Resizable div with example, jQuery split the string jQuery Scrollable gridview with fixed header and many articles relating to JQuery, JavaScript, asp.net, code snippets. Now I will explain how to access or get session variable value using jQuery in asp.net.

jQuery Get Set Text to Label or How to Get / Set Label Text in jQuery

Jun 12, 2013 6 comments
Introduction

Here I will explain how to get or set text to label in jQuery or JavaScript or Get / set text to asp.net label control in jQuery or JavaScript.

Description:

Asp.net Export WebPage with Images to PDF using iTextSharp in C#, VB.NET

May 17, 2013 71 comments
Introduction:

Here I will explain how to export webpage with images to PDF in asp.net 
using iTextSharp in c#, vb.net.
Description:

In my previous articles I explained clearly Export gridview data to excel or word, Export gridview data to CSV file, Export Gridview data to pdf in asp.net, upload data from excel to sql server database, Export selected rows of gridview to excel/word and many articles relating to gridview, asp.net, c#, vb.net. Now I will explain how to export webpage with images to PDF in asp.net using iTextSharp in c#vb.net.

jQuery Show Gridview Row Details in Tooltip on MouseHover in Asp.net

May 14, 2013 9 comments
Introduction:

Here I will explain how to show gridview row details in tooltip on mouseover with jQuery using asp.net in C# and VB.NET.

Description:


To show gridview row details in tooltip on mouseover with jQuery we need to write the following code in aspx page

C# - Convert Datatable to JSON String in C#, VB.NET

May 13, 2013 10 comments
Introduction:

Here I will explain how to convert asp.net datatable to JSON string in C#, VB.NET or How to get JSON string from Datatable in in C#VB.NET

Description:


To convert datatable to JSON string we need to write the code like as shown below

Get Title and Description of URL in Asp.net Like Facebook

6 comments
Introduction

Here I will explain how to get title & meta description of url in asp.net using C# and VB.NET or get page title and description from page url in asp.net using HTMLAgilityPack in C# and VB.NET.

Description

Asp.net Show Multiple Markers on Google Map V3 from Database with JavaScript

May 12, 2013 33 comments
Introduction:

Here I will explain how to show  or add multiple markers to Google maps V3 from database in asp.net website using JavaScript or JavaScript Show multiple markers in Google maps using database in asp.net.

Description:

In previous article I explained clearly how to add Google map to website in asp.net, Add marker to Google map in asp.net website, JavaScript Add multiple markers to google map, jQuery image slideshow in asp.net, Sitemap navigation control example in asp.net and many articles relating to jQuery, JavaScript, asp.net. Now I will explain how to add multiple markers to Google maps from database in asp.net website.

Get LinkedIn Logged in User Details(Name,Email, Url, Profile Image) using JavaScript API

May 10, 2013 28 comments
Introduction:

Here I will explain how to access or get Username, email, profile image of LinkedIn logged in user using JavaScript.

To implement this one first create app and integrate LinkedIn login in website based on previous post. Once we integrate LinkedIn authentication now we need to write the code like as shown below to get logged in user details from LinkedIn

Adding Linkedin Login Button to Website using JavaScript API in Asp.net

May 9, 2013 10 comments
Introduction

Here I will explain how to add or integrate Linkedin login button to web application using JavaScript API in asp.net or Sign in with Linkedin account or Linkedin login authentication for website in asp.net.

Description:
   

In previous posts I explained Asp.net integrate facebook login authentication to websiteAdd twitter login authentication to website,  jQuery Allow only numbers in textbox, jQuery disable cut copy and paste options in textbox, jQuery Create Rounded Corners Textbox, jQuery slideUp, slideDown and slideToggle Example and many articles relating to JQuery, JavaScript, Asp.net. Now I will explain how to integrate Linkedin login button to web application using JavaScript API in asp.net.

Move Selected Gridview Rows to Another Gridview in Asp.net

May 8, 2013 19 comments
Introduction:

Here I will explain how to move or transfer selected checkbox gridview rows to another gridview in asp.net using c#, vb.net or copy one gridview row to another gridview in asp.net using c#, vb.net.

Description:

In previous posts I explained Display images in gridview from database in asp.net, Enable/Disable checkbox in gridview based on condition,
asp.net gridview examples and bind data to textbox control in gridviewBind data to dropdownlist  in gridview and many articles relating to asp.net, c#, vb.net, c#, vb.net. Now I will explain how to move selected rows from one gridview to another gridview in asp.net using c#, vb.net.

Display Images in Asp.net Gridview from Database in C#, VB.NET

Apr 21, 2013 15 comments
Introduction

Here I will explain how to display images in gridview from database in asp.net using C#, VB.NET or show images from SQL Server Database in asp.net gridview using C#, VB.NET.


To display images in gridview from database check below articles

C# - Get Files from Folder / Directory & bind to Asp.net Gridview in C#, VB.NET

Apr 20, 2013 17 comments
Introduction:

Here I will explain how to get files from folder or directory and 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 files from folder and bind to Gridview in asp.net using C#, VB.NET.

Asp.net Download Multiple Files as Zip File From Gridview in C#, VB.NET

Apr 18, 2013 10 comments
Introduction:


Here I will explain how to download multiple files as zip files archive from server using asp.net Gridview in C#, VB.NET or upload & download multiple selected files as zip archive file from asp.net Gridview in C#, VB.NET.

Description:

In previous articles I explained create zip files in asp.net, unzip files from folder in asp.net, Get Gridview row values when checkbox selected in asp.net, Delete files from uploaded folder in asp.net, create/delete directory in asp.net and many articles relating to Gridview, SQLjQueryasp.net, C#VB.NET. Now I will explain how to upload and download multiple files as zip files folder from server in asp.net using C#, 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

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