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.0
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 (24)
Munir Shaikh (15)
Raj Kumar (5)
Sapna Malik (4)
Mahesh Chand (3)
Purushottam Rathore (3)
Srinivas (3)
Manish Dwivedi (2)
Dipal Choksi (2)
Rahul Saxena (2)
Rehan Ahmad Abbasi (2)
Praveen Kumar T (2)
Sriram Surapureddy (2)
Manoj Bhoir (1)
Srinubabu Ravilla (1)
Azad Chouhan (1)
Sandeep Singh Shekhawat (1)
Ravikumar Raja (1)
Prabakar Samiyappan (1)
Praveen Moosad (1)
Amit Anajwala (1)
James Tomar (1)
Nimesh Patel (1)
Navin Pandit (1)
Bhala (1)
Sonu Chauhan (1)
Jay Tallamraju (1)
Abhishek Sharma (1)
Dorababu Meka (1)
Bhawna (1)
Vishal Gilbile (1)
Dinkar Chavhan (1)
Jiteendra Sampathirao (1)
Raghavendra U (1)
Subramanyam Appala (1)
Mamta M (1)
Anubhav Bansal (1)
Saikalyan Prasad Rao (1)
Pankaj Gupta (1)
pravin jayakumar (1)
Mohan Kumar Rajasekaran (1)
Ryan Turney (1)
Praveen Alwar (1)
Anand Narayanaswamy (1)
Related resources for NET. 2.0
No resource found
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.
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.
Page Structure in ASP.Net
7/16/2013 3:57:16 PM.
Today I am going to discuss ASP.NET page structure.
Encrypting and Decrypting Cookies in ASP.NET 2.0
2/14/2013 5:08:17 PM.
This article demonstrate how to encode and decode cookies in ASP.NET 2.0
Update and Delete in GridView
2/6/2013 10:53:26 PM.
In this article we will look at how to update or delete a record in a database table using a GridView control.
Embed Word in a Web Page with an Easy VB Custom Control in VB.NET
12/1/2012 3:50:37 AM.
This article describes an approach to displaying word documents within a web page using a simple custom server control.
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.
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.
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.
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.
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
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.
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.
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.
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.
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.
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#.
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.
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.
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.
ASP.NET 2.0 Visio Custom Control
5/26/2009 6:50:12 AM.
This article describes a quick and simple approach to creating a custom web control used to display Microsoft Visio files within an ASP.NET page using Internet Explorer.
ASP.NET 2.0 Visio Custom Control
5/26/2009 6:50:12 AM.
This article describes a quick and simple approach to creating a custom web control used to display Microsoft Visio files within an ASP.NET page using Internet Explorer.
Webservice return the Image of the Customer in ASP.NET 2.0
5/15/2009 3:12:01 AM.
Webservice return the Image of the Customer in ASP.NET 2.0
Webservice return the Image of the Customer in ASP.NET 2.0
5/15/2009 3:12:01 AM.
Webservice return the Image of the Customer in ASP.NET 2.0
Calender Control in an ASP.NET 2.0 GridView Control
5/10/2009 11:35:20 AM.
The code attached in this article shows how to integrate a Calender control in the GridView control using ASP.NET 2.0.
Word to HTML Converter using ASP.Net 2.0 and Microsoft 11.0 object Library
5/8/2009 1:30:58 AM.
This article uses "Microsoft 11.0 object library" & process the word document in the backend and convert to HTML document.
Stock Tracker Custom Control in C# .NET
5/4/2009 2:46:46 AM.
This article describes the construction of a custom control used to check stock prices as made available through a public web service.
Stock Tracker Custom Control in C# .NET
5/4/2009 2:46:46 AM.
This article describes the construction of a custom control used to check stock prices as made available through a public web service.
Popup control in ASP.NET 2.0
1/6/2009 1:49:15 AM.
In this article I am going to describe Popup control in ASP.NET 2.0.
Sending email in ASP.NET 2.0
1/5/2009 3:35:06 AM.
This article will help you to learn sending email in ASP.NET 2.0. It is also describes how ASP.NET 2.0 is different from its previous version for sending email.
Caching in ASP.NET 2.0
9/25/2008 11:14:32 AM.
This article discusses basics of caching in ASP.NET 2.0 and 3.5 and how to use it in our application to improve the application performance.
OleHelper for Microsoft Access (.MDB) in ASP.NET 2.0
9/18/2008 12:50:27 PM.
This article is very much similar to the Microsoft Data Access Application Block, provides static methods in a "sealed class OleHelper" where I have Execute Dataset, ExecuteNonQuery & PrepareCommand to work with Microsoft Access database.
OleHelper for Microsoft Access (.MDB) in ASP.NET 2.0
9/18/2008 12:50:27 PM.
This article is very much similar to the Microsoft Data Access Application Block, provides static methods in a "sealed class OleHelper" where I have Execute Dataset, ExecuteNonQuery & PrepareCommand to work with Microsoft Access database.
GridView Examples for ASP.NET 2.0
9/17/2008 9:54:51 AM.
In this article, I am going to show how you can display and edit data in an ASP.NET 2.0 GridView control without writing a single line of code.
Checking previous instance (single instance) of an C# windows application, also setting MDI child form to a MDI parent
9/3/2008 4:33:16 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
Checking previous instance (single instance) of an C# windows application, also setting MDI child form to a MDI parent
9/3/2008 4:33:16 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
Accessing Data using Object Data Source in ASP.Net 2.0 and C#
8/9/2008 8:28:21 AM.
This tutorial demonstrates how to bind data against Objects using Visual Studio 2005.
Accessing Data using Object Data Source in ASP.Net 2.0 and C#
8/9/2008 8:28:21 AM.
This tutorial demonstrates how to bind data against Objects using Visual Studio 2005.
Object DataSource in ASP.NET 2.0
8/8/2008 5:57:25 PM.
ObjectDataSource control is one of these new data control added to ADO.NET 2.0. This control is used to bind objects to data-bound controls. In this step by step tutorial, I will discuss how to use ObjectDataSource control in your data-driven Web applications.
Object DataSource in ASP.NET 2.0
8/8/2008 5:57:25 PM.
ObjectDataSource control is one of these new data control added to ADO.NET 2.0. This control is used to bind objects to data-bound controls. In this step by step tutorial, I will discuss how to use ObjectDataSource control in your data-driven Web applications.
Generics in .Net 2.0 made simple
6/23/2008 12:57:32 AM.
Generics provide the solution to a limitation in earlier versions of the common language runtime and the C# language in which generalization is accomplished by casting types to and from the universal base type Object. By creating a generic class, you can create a collection that is type-safe at compile-time.
Generics in .Net 2.0 made simple
6/23/2008 12:57:32 AM.
Generics provide the solution to a limitation in earlier versions of the common language runtime and the C# language in which generalization is accomplished by casting types to and from the universal base type Object. By creating a generic class, you can create a collection that is type-safe at compile-time.
Creating a Windows Service in C#
6/16/2008 1:34:21 AM.
This article shows how to create a simple Windows Service using C# and Visual Studio 2005.
Selecting Checkboxes inside the GridView Control
2/27/2008 7:27:14 AM.
This article explains about how to select checkboxes inside the GridView control using javascript.
Caching in ASP.NET 2.0
1/8/2008 1:04:30 AM.
Caching is a technique of storing a copy of data in memory. You could cache a page or the results of a query. The advantage of caching is to build better performance into your application.
Caching in ASP.NET 2.0
1/8/2008 1:04:30 AM.
Caching is a technique of storing a copy of data in memory. You could cache a page or the results of a query. The advantage of caching is to build better performance into your application.
MyQuiz: Quiz engine project in ASP.NET using C#
10/10/2007 5:52:27 AM.
MyQuiz is my first ASP.NET application developed for the sole purpose of meeting the requirements of the quiz engine project.
JavaScript Calendar Control in ASP.NET 2.0
10/1/2007 12:29:16 AM.
The problem with ASP.NET Calendar control is it refreshes the page every time any event is fired. To avoid this, we have to use JavaScript Calendar control.
Understanding WEBPARTS in ASP.NET 2.0: Part I
9/24/2007 6:29:42 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.
Sending E-mails with ASP.NET 2.0 using C#
9/18/2007 11:11:28 AM.
In this article, Anand examines how to send e-mails using ASP.NET 2.0 in both text and HTML formats using C# with the help of an example.
Iterator in C# 2.0
8/21/2007 7:42:47 AM.
Iterator is one of the new feature in C# 2.0. I am trying to explain it with Employees and Department classses.
Ajax UpdateProgressBar
8/13/2007 1:19:13 AM.
This article tells us about the UpdateProgress control which allows to show some symbolic presentation while the web page is loaded.
Ajax UpdateProgressBar
8/13/2007 1:19:13 AM.
This article tells us about the UpdateProgress control which allows to show some symbolic presentation while the web page is loaded.
Authentication-Authorization / Windows built-in Role enumeration
8/7/2007 4:58:00 AM.
In this article I will be talking about authentication and authorization. Authentication is the process which uses users cridential to validate against system, where as Authorization is the process the authenticated user has rights to do some specific task.
Authentication-Authorization / Windows built-in Role enumeration
8/7/2007 4:58:00 AM.
In this article I will be talking about authentication and authorization. Authentication is the process which uses users cridential to validate against system, where as Authorization is the process the authenticated user has rights to do some specific task.
Whose Online in ASP.NET 2.0
8/6/2007 12:48:54 AM.
I had problem in one of the project to show who is onlne & how to track multiple login/prevent from multiple login. I had gone back and forth so many time and finally am here with small snippet of code, I guess eveyone should read this article!
Distributed Transaction Coordinator/Control in asp.net (DTC)
8/1/2007 1:07:58 AM.
A transaction is a series of work perform as a single unit of work consistency and reliability of the system, can be achieved by binding a set of related operations together in a transaction. Here I will be discussing how we can run distributed application in a application.
- Ebook
Test Ebook
This is a test ebook. We just launched an ebook section on the site and now we will b...
Download