TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About .NET 2
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Scott Lysle (20)
Michael Livshitz (12)
Munir Shaikh (8)
Moustafa Arafa (4)
Dipal Choksi (3)
Mahesh Chand (3)
Sapna Malik (3)
John Charles Olamendy (3)
Manish Dwivedi (2)
Raj Kumar (2)
Vishal Gilbile (2)
Rehan Ahmad Abbasi (1)
Amit Kumar Agrawal (1)
Prasham Sabadra (1)
Azad Chouhan (1)
Sandeep Singh Shekhawat (1)
Vamshi Krishna (1)
Moses Soliman (1)
Praveen Alwar (1)
Sekhar Srinivas (1)
Manoj Bhoir (1)
Srinubabu Ravilla (1)
Nimit Joshi (1)
Ravikumar Raja (1)
Prabakar Samiyappan (1)
Praveen Kumar (1)
Amit Anajwala (1)
Nipun Tomar (1)
Nimesh Patel (1)
Navin Pandit (1)
Bhala (1)
Asem M (1)
Sonu Chauhan (1)
Jay Tallamraju (1)
Abhishek Sharma (1)
Amit Choudhary (1)
Dorababu Meka (1)
Bhawna (1)
Dinkar Chavhan (1)
Abhishek Bhat (1)
Jiteendra Sampathirao (1)
Raghavendra U (1)
Subramanyam Appala (1)
Rahul Kumar Saxena (1)
Mamta M (1)
Anubhav Bansal (1)
Purushottam Rathore (1)
Saikalyan Prasad Rao (1)
Pankaj Gupta (1)
Related resources for .NET 2
No resource found
Understanding Connection Pooling
6/4/2024 9:46:23 AM.
This article is to go in deep in dome key features in the ADO.NET 2 which was shipped with VS 2005. In this article I will go trough one of the key features which is the Connection Pooling.
Checking Previous Instance (Single Instance) Of An C# Windows Application, Also Setting MDI Child Form To A MDI Parent
10/18/2023 4:42:04 AM.
In this article I will describe how to check previous instance (single instance) of an C# windows application and also whether a MDI child is set to a MDI parent
New Dataset Features In ADO.Net 2.0
10/12/2023 4:58:43 AM.
ADO.NET class libraries are used for accessing data from a wide range of data sources. One of the best features in ADO.Net is DataSet.Even though it was an exciting feature, performance was a concern
Iterator In C# 2.0
9/20/2023 5:33:57 AM.
Iterator is one of the new feature in C# 2.0. I am trying to explain it with Employees and Department classses.
Deploying ASP.NET 2 Web Site to Production Server: Part II
8/31/2022 9:42:52 AM.
On the first part we discussed in detail how to move our database which contains the membership tables from the default aspnetdb Database to our database. On this part we will show how to change the d
ASP.Net 2.0: Export GridView to Excel
5/2/2022 10:53:08 AM.
This article describes how to Export an ASP.Net 2.0 GridView to Excel.
Resource Files in ASP.NET
1/31/2022 11:15:49 AM.
This article explains you the use of resource files in ASP.NET 2.0.
Page Structure in ASP.Net
2/11/2021 10:57:43 AM.
Today I am going to discuss ASP.NET page structure.
Encrypting and Decrypting Cookies in ASP.NET 2.0
2/3/2021 9:18:44 AM.
This article demonstrate how to encode and decode cookies in ASP.NET 2.0
Update and Delete in GridView
2/3/2021 7:18:20 AM.
In this article, we will look at how to update or delete a record in a database table using a GridView control.
RDLC Report Generation using Dataset
1/18/2021 10:03:37 AM.
In the following Step-By-Step Guide we're going to create a local report (RDLC file) for ASP.Net 2010.
What .NET 2015 Is
12/8/2020 2:07:43 AM.
.NET 2015 is the next generation of .NET, its components, and tools. Learn about what is the next generation of .NET.
ADO.NET Enhancements in .NET Framework 2.0 for SQL Server Data Provider: Part II
11/1/2020 7:38:16 AM.
ADO.NET 2.0 includes enhancements for SQL Server client application developers. Understanding these enhancements will help you design and implement effective client applications on the .NET Framework
Deploying ASP.Net 2.0 Web site to Production Server: Part I
6/9/2020 12:59:42 AM.
Deploying ASP.NET 2.0 web site is the first issue facing the developer. This part of the article gives you a step by step to how to move membership tables from MS SQL express Edition to your database
Word to HTML Converter using ASP.Net 2.0 and Microsoft 11.0 object Library
1/18/2019 2:37:40 AM.
This article uses Microsoft 11.0 object library & process the word document in the backend and convert to HTML document.
Understanding WEBPARTS in ASP.NET 2.0: Part I
1/17/2019 4:31:34 AM.
In this article I am going to discuss about WEB PARTS in ASP.NET 2.0, and the most exciting feature of ASP.NET 2.0.
Embed Word in a Web Page with an Easy VB Custom Control in VB.NET
11/29/2018 4:20:10 AM.
This article describes an approach to displaying word documents within a web page using a simple custom server control.
An Easy Way to Embed Word in a Web Page
11/29/2018 3:59:37 AM.
This article describes how to display word documents within a web page using a simple custom server control. The approach used in this example is based upon conversion of the Word document into an MHT
Generic Error Logger using ASP.Net & C#
9/19/2018 2:06:42 AM.
In this article I just want to put some light on global.asax file & how we can make use of Application_Error. In this article, I am generating log text file which will have all the details of the
Using the BackgroundWorker Component with Composite User Controls
9/17/2018 5:43:24 AM.
In this article you will learn how to use the BackgroundWorker Component with user controls in C#.BackgroundWorker,
Using the BackgroundWorker Component in .NET 2 Applications
9/17/2018 1:40:13 AM.
In this article I will show (step-by-step) how you can use the BackgroundWorker Component in .NET 2 applications to execute time-consuming operations.
Features of VS.NET 2013
5/14/2015 12:53:57 AM.
New Features of VS.NET 2013 : This video provides an introduction about the new features of VS.NET 2013 along with the web enhancements support added to VS.NET 2013 and this video also briefly explains about What is One ASP.NET , using Model and Scaffold on ASP.NET Web Forms , VS.NET 2013 IDE features such as Code Map , Peek Definitions , Code Lens , Browser Link etc.
Glass Style Button With Dropdown MenuList Using VB.NET
4/13/2015 7:30:50 PM.
This article provides a User Control to replace the standard Button with many properties and much versatility.
What is New in .NET 2015
11/19/2014 2:07:56 PM.
Check out the new features and announcement related to .NET 2015.
Database Driven Event Calendar in ASP.Net 2.0
3/29/2014 12:47:33 PM.
The sample in this article acts as an event driven calendar using an Asp:calendar control to display events that are database driven.
Generics in C#
10/11/2013 5:33:17 AM.
Generics allow us to define type-safe classes without worrying about type safety and performance.
Introduction to Visual Studio 2013
7/3/2013 6:10:02 AM.
In this article you will learn Introduction of Visual Studio 2013.
Convert Currency Values with a Custom Control in VB.NET
12/1/2012 3:48:22 AM.
This article describes the details for constructing a custom ASP.NET 2.0 composite control used to convert one form of currency into another. The control consumes a public web service in order to calculate the exchange rate and uses the exchange rate returned from the web service to calculate the value of the exchanged currency.
Mimic the Appearance of Outlook’s Sidebar with the Multi-view Control in VB.NET
12/1/2012 3:39:09 AM.
This article describes a simple way to mimic the appearance of Microsoft’s Outlook sidebar within an ASP.NET 2.0 web application.
Forecast the Weather with a Custom Control in VB.NET
12/1/2012 3:10:19 AM.
This article describes the construction of a custom control used to display a three day weather forecast based upon a designated zip code. The control is driven by a public, free web service that returns the seven forecast for any area in the United States by zip code or location. This demonstration only uses the first three days of the seven day forecast and it implements only the zip code based request for forecast data.
User management, roles and personalization system in ASP.NET 2.0 using VB.NET
12/1/2012 3:01:14 AM.
Scott Gu, had a cool CreateUserWizard control sample that I have expanded upon to build-up a sample that demonstrates how to build a fairly common user management, roles and personalization system in ASP.NET 2.0 that does this. I was pleasantly surprised to find it only took about 25 lines of C# code in the entire app.
Use of the HtmlTextWriter Class to Render Custom Controls in VB.NET
12/1/2012 2:55:22 AM.
This article will address the use of the HtmlTextWriter class and the role is plays in the construction of custom server controls. As custom server control development is accomplished without a visual designer, the HtmlTextWriter class provides a mechanism for precisely defining the output of the custom control directly within the code and in absence of the designer.
Embed PDFs into a Web Page with a VB Built Custom Control in VB.NET
12/1/2012 2:51:27 AM.
This article describes a simple approach to embedding and displaying PDF documents in a web page through the use of a simple ASP.NET 2.0 VB built custom server control.
Add a daily Dilbert Comic with a Custom Control in VB.NET
12/1/2012 2:44:55 AM.
This article describes the construction of a custom control used to display a daily Dilbert comic on a site.
Custom Image Button Control for ASP.NET 2.0 in VB.NET
11/10/2012 4:20:23 AM.
This article describes a simple way to mimic the appearance of Microsoft’s Outlook sidebar within an ASP.NET 2.0 web application.
An easy approach to Displaying a ASP.NET 2.0 Message Box in VB.NET
11/10/2012 3:58:21 AM.
This article describes a quick and easy way to display message boxes within an ASP.NET 2.0 project.
Directory & Files Lister using DirectoryInfo class in Asp.net 2.0 with VB.NET
11/10/2012 2:40:20 AM.
In this article we will see how we can display directories as well files in the browser based explorer, i have tryed to list directories and files even one can browse through inner directories on clicking particular folder, this can be enhanced to actual windows explorer.
Extending the ASP.NET ImageButton Control in Vb.NET
11/10/2012 1:57:38 AM.
This article describes an easy approach to extending an existing ASP.NET control; in this example, the standard toolkit’s Image Button control is extended to support roll-over effects. Given the standard control already contains existing support for both server side click events and client click events, the control is well furbished prior to the addition of the roll-over effect.
Add Multimedia Content with a Custom Control in VB.NET
11/10/2012 1:33:16 AM.
This article describes a quick and simple approach to creating a custom web control used to display multimedia files within an ASP.NET page.
Lookup Area Codes by Zip Codes with an ASP.NET Custom Control in VB.NET
11/10/2012 1:00:14 AM.
This article describes the construction of a simple custom control used to lookup an area code and a city/state location based upon a selected zip code; the lookup is performed through the use of an available public web service. The article includes the source code for this custom control and well as a demonstration site used to test the control.
Maintain Control State in VB.NET
11/10/2012 12:49:31 AM.
his article describes a simple approach to maintaining control state in an ASP.NET 2.0 custom web control. Control state is a new construct within ASP.NET 2.0 and it is really nothing more than view state however it is view state with a significant advantage; that advantage is that other developers using your control cannot disable control state as they can view state.
Implement a Win Forms Slider Control in VB.NET
11/9/2012 11:00:44 AM.
This article describes a simple approach to implementing a Windows Forms Trackbar (slider) control in ASP.NET 2.0.
Add a daily Dilbert Comic with a Custom Control in VB.NET
11/9/2012 6:36:18 AM.
This article describes the construction of a custom control used to display a daily Dilbert comic on a site.
ASP.Net User Control as Web Parts
10/13/2012 4:24:54 AM.
In this article I would like to give answers to some of the terms and also given some steps to deploy the web part.
Atlas: Floating Server Elements in ASP.Net 2.0
10/13/2012 4:14:39 AM.
In this article, we will see how easily Atlas allows setting up a server element as a floating element, which the end users of the web page can drag to any location in the web page.
Arabization: Localization/Globalization in ASP.Net 2.0
10/13/2012 4:05:25 AM.
In order to reach global market for any successful product, it is necessary that product supports maximum regional languages. To have support different languages, it is required that while developing product, the concept of localization / globalization utilized.
User Confirmation before Deleting Items in ASP.Net 2.0
10/13/2012 3:56:28 AM.
This article describes how ASP.Net 2.0 allows setting client-side functions for Button controls through the use of the OnClientClick property and additionally, the event can be handled on server-side depending on the user response.
Working with Master Page in ASP.NET 2.0
10/13/2012 3:52:41 AM.
This article gives you a step by step method of working with master page in ASP.NET 2.0.
Building the ListBoxesFT_C ASP.NET Web User Control in Visual Studio 2005: Part V
10/13/2012 3:44:31 AM.
In multi-part article, I share how you can build your own ASP.NET web user control.
The SqlDataSource Control in ASP.NET 2.0
10/13/2012 3:38:33 AM.
This article features the SqlDataSource control in ASP.NET application.
Introduction to ADO.NET 2.0 Data Source Controls
10/13/2012 2:46:35 AM.
ADO.NET 2.0 provides new data source and data-bound server controls, which allow developers to write full-fledged data-driven applications without writing even a single line of code. This article is an introduction to these new data source controls.
Building WebParts in ASP .Net 2.0
10/13/2012 2:02:07 AM.
Web Parts is a framework built into ASP.NET 2.0 for building highly customizable portal-style pages. End users can customize Web Parts pages by changing the page layout, adding and removing Web Parts, editing Web Parts properties, establishing connections between Web Parts, and more. I would like to share how to build web parts in ASP .Net 2.0. I am providing the source code of application as well.
Working with the ObjectDataSource and DateTime Type
10/4/2012 9:29:23 AM.
This tip will help you to work with the ObjectDataSource, when at least one of the properties of your business object (BO) is type of the DateTime .
Using OUTPUT Clause for Getting Deleting Information from Several Tables.
10/4/2012 9:19:49 AM.
In this article I will explain how you can use such a T-SQL (SQL Server 2005) feature as OUTPUT clause in order to get information about rows, which were affected, when deleting process is executed for several tables, “connected” by foreign keys. The examples are written using T-SQL and C#.
Building the ListBoxesFT_C ASP.NET Web User Control in Visual Studio 2005: Part I
10/3/2012 12:04:06 PM.
In multi-part article, I share how you can build your own ASP.NET web user control.
Using Client Callbacks for Building the ListBoxesFTs_C ASP.NET Web User Control: Part II
10/3/2012 11:54:45 AM.
In this article I share how you can build your own ASP.NET web user control with the help of the Client Callbacks. The examples are written using C# and JavaScript.
Flash Player Custom Control for ASP.NET 2.0
10/3/2012 11:32:53 AM.
This article describes a quick and simple approach to creating a custom web control used to display shockwave flash files within an ASP.NET page. Whilst the article and demonstration project are focused upon displaying a shockwave flash (SWF) file, the basic idea is applicable to any sort of object that you may wish to embed within an ASP.NET 2.0 page.
C# and VB code mixed together in ASP.NET 2.0
10/3/2012 10:01:34 AM.
C# and VB.NET code classes can be mixed together in a ASP.NET 2.0. Such mixing of classes in different languages is not allowed with default settings. This article explains how to achieve this.
Email Sending in ASP.net 2.0
9/30/2012 2:31:08 AM.
This article will focus on following concept Simplest way of sending email Writing HTML Email Creating Email with attachment.
Building control derived from Windows Forms control in Visual Studio 2005: Part II
9/29/2012 8:51:12 AM.
Reusability and component oriented development is one of the features of .NET development. This approach may be applied to any project. In this article I share how you can build your own Windows control derived from an Windows Forms control in Visual Studio 2005. The examples are written using C#.
Outlook with .NET 2.0
9/29/2012 7:26:35 AM.
This article allows you to know how you can access different functionality of the outlook using .NET like create an appointment, Create contact item, task item and send a mail.
Sample Windows Forms Application in ASP.NET2.0.
9/29/2012 6:51:05 AM.
This is a step-by-step user guide that explains how to create a simple Windows Forms Application that uses the Coherence for .NET library.
Repeater Within ASP.NET 2.0 Gridview
9/27/2012 1:04:42 PM.
This article demonstrates how to bind a repeater control within a GridView control having a relation between the GridView and Repeater data.
Using a Web User Control inside the GridView control
9/27/2012 9:18:42 AM.
In this article I will share how a Web User Control can be used in the GridView control. The examples are written using C# .
Migrating from ASP.NET 1.0/SQL Server 2000 to ASP.NET 2.0/SQL Server 2005
5/20/2012 4:52:53 AM.
The article provides details of various steps followed by author in upgrading ASP.Net 1.1 application to ASP.Net 2.0 and SQL Server 2000 to SQL Server 2005
How to Connect Mysql Server with Asp.net 2005 / 2008 (C#)
5/20/2012 4:20:09 AM.
Here I will discus in the easiest way to connect your asp.net web application with MYSQL Server and also how you can migrate from Microsoft SQL to MYSQL.
Web Server Calendar Control in ASP.NET 2.0
5/20/2012 2:02:28 AM.
Most of the time we come across a situation when we need to extend the existing functionality of any control. So, in the following article we will see that how to extend the calendar control.
Using Client Callbacks for Building the ListBoxesFTs_C ASP.NET Web User Control: Part I
5/20/2012 1:27:19 AM.
In this article I share how you can build your own ASP.NET web user control with the help of the Client Callbacks. The examples are written using C# and JavaScript.
Developer Roadmap For Building Smart Client Applications
5/19/2012 6:11:44 AM.
This article is a developer Roadmap For Building Smart Client Applications.
Steps to Create Mobile Application in ASP.NET 2.0
5/19/2012 4:53:32 AM.
In this article you will learn how to create mobile application in ASP.NET 2.0.
Building Control in Visual Studio 2005 with XML as Data Source.
5/19/2012 3:54:49 AM.
In this article I share how you can build your own Windows controls in Visual Studio 2005 using XML as data source. The examples are written using C#.
Building Data Access Class
5/15/2012 3:56:21 PM.
In this article I will describe one of the ways to build data access layer component, using such feature of the VS 2005 as generic.
Ajax AlwaysVisibleControlExtender
12/14/2011 9:15:05 PM.
In this article you will learn how to use the AJAX AlwaysVisibleControlExtender control in ASP.NET 2.0.
Inserting And Reading Image To/From Database in ASP.NET (Web Application) in Image Control
7/20/2011 1:07:15 AM.
In this article we are going to learn how to insert and read image from database (SQL Sserver) in our applications.
Using Window Server AppFabric For Caching Your ASP.Net Session
7/19/2011 11:51:25 PM.
Here I’m going to talk about the caching feature available in the latest version and its use in ASP.Net session management.
How We Can Use Custom Roles And Membership in ASP.NET
7/13/2011 3:24:34 PM.
In this article I would like to show a sample demonstration regarding how we can use a custom roles and membership.
Introduction to Windows Workflow 4.0 And Visual Studio.NET 2010
7/9/2011 4:28:33 PM.
In this article, I want to illustrate the programming model, engine and tools to build workflow-based applications using Windows Workflow 4.0.
Tracing in .Net 2.0
5/12/2011 5:17:47 AM.
Tracing is a new feature given in .Net 2.0 that helps the user to view different steps occurred while execution of a single ASP.net Page at run time
XML based Search Engine in ASP.NET 2.0
4/18/2011 3:27:47 PM.
This article basically deals with the idea that, in the manner that we search in google.com, the same thing can be done for an xml file.
DetailsView in Asp.net
4/15/2011 3:25:15 PM.
The DetailsView control in ASP.Net 2.0 is used to create an HTML table that displays the contents of a single database record.
Code Analysis using VS.Net 2010
2/3/2011 1:52:29 AM.
The Code Analysis tool is available as part of Visual Studio. When we enable code analysis, our code is validated against the rule defined in Microsft FxCop (current version is 1.36).
AJAX AutoCompleteExtender
10/25/2010 3:22:57 PM.
In one of the Ajax project while using <ajaxToolkit: AutoCompleteExtender> I was getting following error: Error Creating control - autoComplete1. This control cannot be displayed because it's tag prefix is not registered in the web form.
Understanding .NET 2.0 and 3.5 Components
10/5/2010 3:21:39 PM.
This article discusses the key components of .NET Framework 2.0, 3.0, and 3.5.
Collapsible GridView in ASP.Net 2.0
9/27/2010 12:23:56 PM.
This article explains how to create a collapsible and expandable gridview in asp.net 2.0 using javascript.
Visual Studio.NET 2010 at first glance
4/26/2010 7:18:49 AM.
In this article, I want to write a Visual Studio.NET Quick Reference guide with the new features added to this new product.
New features of Visual Studio.NET 2008 and JDeveloper 11g
3/9/2010 12:29:20 AM.
In this article, I want to explain the new features of Visual Studio.NET 2008 and JDeveloper 11g which are the IDE provided by Microsoft and Oracle for the development of enterprise application for .NET and Java platform.
Working with Data in ASP.NET 2.0: Master Pages and Site Navigation
2/25/2010 1:44:51 AM.
ASP.NET 2.0 introduces two new features that greatly simplify implementing both a site wide page layout and navigation scheme: master pages and site navigation. Master pages allow for developers to create a site wide template with designated editable regions.
Uploading file with Progress Bar
11/4/2009 12:12:32 AM.
In this article I am going to show how to upload a file with progress bar in asp.net .
Send Multiple Email at the same time in ASP.NET with Attached File .
9/10/2009 1:31:52 AM.
Send Multiple Email with Attached File at the same time and SMTP using ASP.NET and C#.
Select, Add, Update, and Delete Data in a ASP.NET GridView Control
7/8/2009 1:01:49 AM.
This articles describes you how to view, add, update, and delete data using an ASP.NET 2.0 GridView Control in SQL Server database and C#.
Impersonation with ASP.NET 2.0
7/2/2009 12:43:17 AM.
This article explain the impersonation in ASP.NET 2.0.
Maintain Control State in ASP.NET 2.0
7/1/2009 4:49:29 AM.
This article describes a simple approach to maintaining control state in an ASP.NET 2.0 custom web control.
Embed PDFs into a Web Page with a Custom Control
6/27/2009 1:09:50 AM.
This article describes an approach to embedding and displaying PDF documents in a web page through the use of a simple ASP.NET 2.0 custom server control.
Storing and Retrieving Connection Strings in ASP.NET 2.0/3.5
6/24/2009 3:05:26 AM.
This article demonstrates how to store database connection strings in Web.config in ASP.NET 2.0/3.5 and retrieve it for creating connection objects.
Membership Service
6/23/2009 1:11:42 AM.
With every new version are added a bunch of new functionality which eases the development of web applications and keeps up to the required security measures to make the applications less susceptible to external threat.
.txt file in multi line textbox in ASP.NET 2.0
6/20/2009 6:06:22 AM.
How will you display .txt file’s text in multi line textbox through ASP.NET 2.0?
Portal Development in ASP.NET 2.0
6/17/2009 2:36:26 AM.
The new security controls make authentication a breeze and web parts provides the user the means to customize content. Personalization and Membership features give developers a ready made framework for personalizing the site to suit individual user needs.
Debug Client Side Script in Visual Studio 2005
6/16/2009 1:59:32 AM.
This article is for web developers, because it's target is one of the new feature in Visual Studio 2005 which is debug client side script.
How to create and use Master Pages in ASP.NET 2.0
6/10/2009 1:23:31 AM.
This small tip shows you how to create and use simple master pages in ASP.NET 2.0.
Extending the ASP.NET ImageButton Control
6/8/2009 6:53:54 AM.
This article describes an easy approach to extending an existing ASP.NET control; in this example, the standard toolkit’s Image Button control is extended to support roll-over effects. Given the standard control already contains existing support for both server side click events and client click events, the control is well furbished prior to the addition of the roll-over effect.