.NET ASP.NET Web Services Windows Forms XML Database Community Sites Blogging







422801 visitors has visited this page. i-sources.net is serving the .NET community with 800 and growing!
 
Welcome to i-sources.net! This site provides articles for developer. To start browsing the article, simple click on the left or top navigation.


The Top 10 Newest Articles
To browse the site, click on the categories or sub-categories on the left navigation or categories on the top navigation.
 
Quick Reference for the Atlas DataTable
Article Description:
This is a list of Q&A about the Web.Data.DataTable control provided by the Atlas framework.

Read | Permalink | Article view count: 206
Rating : no rating yet| read review| write review  
DataGridView versus DataGrid
Article Description:
The DataGridView Windows Forms control is a new .NET control introduced in MS Visual Studio .NET 2005 that is a good alternative to the VS .NET 1.x DataGrid control.

Read | Permalink | Article view count: 279
Rating : no rating yet| read review| write review  
Compression Support in ASP.NET 2.0
Article Description:
This article covers the new System.IO.Compression namespace in the .NET Framework 2.0. You'll learn how this namespace can be used to implement gzip and deflate compression directly in ASP.NET 2.0.

Read | Permalink | Article view count: 149
Rating : no rating yet| read review| write review  
ASP.NET : Make "Export to Excel" always open excel in a separate Window
Article Description:
This article discusses on implementing Export to Excel functionality always open up in New Window rather than opening in the same browser.

Read | Permalink | Article view count: 503
Rating : no rating yet| read review| write review  
GridView CheckBox Selection with a Twist
Article Description:
In one of my articles I discussed how to select checkboxes inside the GridView control. You can view the article here. This is an extension to that article in which, I will discuss some additional features. These features include using regular expression to limit the checkbox selection on a particular GridView and de-selecting the parent checkbox when all child checkboxes are un-checked.

Read | Permalink | Article view count: 221
Rating : no rating yet| read review| write review  
UpdateControls: UpdateHistory and AnimatedUpdatePanel
Article Description:


Read | Permalink | Article view count: 205
Rating : no rating yet| read review| write review  
A Look at ASP.NET 2.0's Provider Model
Article Description:
The beauty of the provider model is that the customer implementing the solution can specify a custom class that the system should use. This custom class must implement the system's well-defined API, but it allows for any custom implementation to be seamlessly plugged in. That is, once this API is defined, the system implementor can create a default concrete implementation - one that uses SQL Serve

Read | Permalink | Article view count: 279
Rating : no rating yet| read review| write review  
Common Table Expressions (CTE) in SQL Server 2005
Article Description:
Common Table Expressions, or CTE, are a new construct introduced in Microsoft SQL Server 2005 that offer a more readable form of the derived table that can be declared once and referenced multiple times in a query. Moreover, CTEs can be recursively defined, allowing a recursive entity to be enumerated without the need for recursive stored procedures. In this article we'll examine the benefits, use

Read | Permalink | Article view count: 179
Rating : no rating yet| read review| write review  
Sending Email in ASP.NET 2.0
Article Description:
Email serves as a ubiquitous, asynchronous notification and information distribution system. Not surprisingly, there are many web development scenarios where server-side code needs to generate an email and scuttle it off to the intended recipient. The email may be destined for a user of the website, informing them of their newly created user account, reminding them of their forgotten password, or

Read | Permalink | Article view count: 218
Rating : no rating yet| read review| write review  
Networking Features in .NET Framework 2.0
Article Description:
The .NET Framework version 2.0 introduces a new namespace named System.Net.NetworkInformation that encapsulates all of the network related features. This namespace exposes a number of classes that provide useful information about the network. In this article, Thiru Thangarathinam examines the classes and features available in the System.Net.NetworkInformation namespace and provides examples that

Read | Permalink | Article view count: 261
Rating : no rating yet| read review| write review  


  Articles Index
10 Tips To Create Effective ASP.NET Server Controls
- a Per-Request Cache Store
Introducing Generics in the CLR
"Fixing" the ASP.NET DataGrid
.NET and XML: Part 1 - XPath Queries
.NET and XML: Part 2 - XSD Schemas
.NET in the Real World: The Business Value of .NET
.NET MD5 Class Library
.NET P2P: Writing Peer-to-Peer Networked Apps with the Microsoft .NET Framework
.NET Regular Expressions and Captures
.NET Rocks!
.NET Threading Part I - Introduction
.NET Threading Part II - Introduction
10 Steps to a Successful Versioning and Deployment Strategy for .NET
10 Things You Shouldn't Do with SQL Server (Data Access Developer "Don'ts")
4GuysFromRolla
A $3000 Graphing Calculator
A C# FTP Server
A Code Template for a Pageable, Bi-Directional Sortable DataGrid
A Console IRC Bot - Introduction
A Deeper Look at Performing HTTP Requests in an ASP.NET Page
A Generic Data Access Component using Factory Pattern
A Grouping and Subtotaling Repeater for ASP.NET
A Look at ASP.NET 2.0's Provider Model
A Look at ASP.NET's Adaptive Rendering
A Look at WebCharts, a Free .NET Charting Control
A Look Forward at Microsoft's Visual Web Developer 2005
A Preview of SQL Server Yukon From a Developer's Perspective...
A Preview of SQL Server Yukon From a Developer's Perspective...
A Quick Look at Xamlon Web
A Robust Image Gallery for ASP.NET
A Sneak Peak at MasterPages in ASP.NET 2.0
A Sneak Peak at Working with Data in ASP.NET 2.0
A Sneak Peek at ASP.NET 2.0's Administrative Tools
A Step-by-Step Guide To Using MySQL with ASP.NET - Part 1
A Step-by-Step Guide To Using MySQL with ASP.NET - Part 2
A very simple AJAX Tutorial
Access 2000 Stored Procedures
Accessibility Improvements in ASP.NET 2.0 - Part 1
Accessibility Improvements in ASP.NET 2.0 - Part 2
Accessing the Spelling Checker in Word
Add a context menu to the windows explorer
Adding Attributes to an Object Within a Datalist
Adding DataGrid Item to a DataGrid without DataSource
Adding Design-Time Support to ASP.NET Controls
Adding runtime error messages to page validation
Adding text to an image in memory
Administering MSMQ
AJAX Dropdownlist
AJAX WAS Here - Part 1 : Client Side Framework
Ajax.NET - A free library for the Microsoft .NET Framework
Allowing Only Numbers in ASP. NET TextBoxes
Alternatives to SmartNavigation
An Easier Way to Highlight the Rows of a DataGrid on MouseOver
An Easy Guide to Using the XmlTextReader and XmlTextWriter Classes
An Extensive Examination of the DataGrid Web Control: Part 17
An Extensive Examination of the DataGrid Web Control: Part 18
An Extensive Examination of Web Services: Part 1
An Extensive Examination of Web Services: Part 10
An Extensive Examination of Web Services: Part 2
An Extensive Examination of Web Services: Part 3
An Extensive Examination of Web Services: Part 4
An Extensive Examination of Web Services: Part 5
An Extensive Examination of Web Services: Part 6
An Extensive Examination of Web Services: Part 7
An Extensive Examination of Web Services: Part 8
An Extensive Examination of Web Services: Part 9
An improvement to RegisterClientScriptBlock
An Innovative Technique for Creating Reusuable Page Templates in ASP.NET 1.x
An Introduction to a Post-Relational Database for .NET
An Introduction to LINQ - Part 1
An Introduction to LINQ - Part 2
An Introduction to Microsoft SQL Server 2000 Reporting Services
An Introduction to the Microsoft Enterprise Library
An Overview of the New Caching Features in ASP.NET 2.0
Anatomy of a ProgressBar for ASP.NET
Angry Coder
Application level data caching with callbacks
ASP.NET : Make "Export to Excel" always open excel in a separate Window
ASP.NET : Trigger an Event in the Parent Page from within a Page inside IFrame
ASP.NET 2.0 Caching Features
ASP.Net 2.0 Client Callback
ASP.NET 2.0 MultiView Control - No more TabStrip / Panel Show-Hide
ASP.NET 2.0 new controls examples
ASP.NET 2.0 Page State Persister
ASP.NET 2.0: Tired with Sessions? - Use the new Profile property to store user information.
ASP.NET 2.0's Client Callback Feature
ASP.Net 404 Not Found Redirection
ASP.NET Caching: Techniques and Best Practices
ASP.NET Charting Using Office Web Components (OWC)
ASP.NET Data Web Controls: Providing DataGrid Pagination (Paging)
ASP.NET Expand/Contract DataGrid
ASP.NET FO PDF Report Server Control
ASP.NET Global Exception Handling
ASP.NET Mixed Mode Authentication
ASP.NET Optimistic Concurrency Control
ASP.NET Page Lifecycle
ASP.NET PDF Report generation using Apache NFOP withC#
ASP.NET Pop-Up Date Picker Control
ASP.NET Pop-Up Date Picker Control
ASP.NET Scrollable Table Server Control
ASP.NET Server Control Licensing
ASP.NET v2.0 : Introducing BulletedList Control
ASP.NET Whidbey Features
ASP.NET: Modifying the page output using Response Filters
ASP.NET: Out-Of-Process Session State
Assemblies (1) : Naming and Building Assemblies in Visual Basic .NET
Assemblies (2) : Deploying
Asynchronous page
Asynchronous Socket Programming in C#
Attributes
Authoring ASP.NET Server Control Adapters - An Introduction
Automated Deployment for Side By Side .NET Web Apps for Visual Studio .NET 2003
Automatically Display Crystal Parameters: Part I
Automatically Display Crystal Parameters: Part II
Automatically Display Crystal Parameters: Part III
Avoid The Parameters Collection With The Microsoft .NET Data Provider For Oracle
Avoiding Parent Paths
Beginning SQL Server Development