Wpf master pages
[Source :
CodeProject.com
]
One of the really great enhancements in ASP.NET was the introduction of master pages. They...
|
Web application development in visual basic .net
[Source :
123AspX
]
Let's face it, the Web has become a way of life for many of us. I couldn't imagine booking...
|
Understanding xml namespaces
[Source :
DeveloperFusion
]
Understanding XML namespaces is essential to understanding and building Web services. Unfo...
|
Strings in .net and c#
[Source :
DeveloperFusion
]
The System.String type (shorthand string in C#) is one of the most important types in .NET...
|
Strings in .net and c#
[Source :
DotNetFreaks
]
The System.String type (shorthand string in C#) is one of the most important types in .NET...
|
Strings in .net and c#
[Source :
DeveloperFusion
]
The System.String type (shorthand string in C#) is one of the most important types in .NET...
|
Reporting task progress with asp.net 2.0
[Source :
123AspX
]
It's important to provide feedback to the user. The progress bar is a common means of info...
|
Report task progress with asp.net 2.0
[Source :
DotNetFreaks
]
The progress bar is great for keeping users informed about the progress of a task. Unfortu...
|
Professional asp.net 2.0 special edition
[Source :
DotNetFreaks
]
Professional ASP.NET 2.0 Special Edition (Wrox Professional Guides)Author: Bill Evjen; $37...
|
Making url rewriting on iis 7 work like iis 6
[Source :
ASP.NET Daily Articles
]
Upgrading to IIS 7 should be rather transparent, unfortunately that is not the case when i...
|
Making url rewriting on iis 7 work like iis 6
[Source :
DotNetFreaks
]
Upgrading to IIS 7 should be rather transparent, unfortunately that is not the case when i...
|
Introduction to using custom controls in asp.net
[Source :
DotNetFreaks
]
ASP.NET's built-in controls are very useful, but unfortunately do not provide everything w...
|
Ftp uploads through asp.net
[Source :
ASP.NET Daily Articles
]
Unfortunately .Net does not have native support for FTP. This article describes how to co...
|
Dynamic user interface in asp.net web applications
[Source :
123AspX
]
Every developer knows well that to be able to design a proper user interface then we have ...
|
Cutting edge: reporting task progress with asp.net 2.0
[Source :
MSDN .NET
]
The progress bar is great for keeping users informed about the progress of a task. Unfortu...
|
Creating a template
[Source :
DeveloperFusion
]
Sick of having to change every page whenever you want to change the navigation or other as...
|
Colorcombobox
[Source :
DotNetFreaks
]
The ColorComboBox class has been put together as part of another project I am working on. ...
|
Avoid using parent paths
[Source :
DotNetFreaks
]
A good deal of web scripters start first in the HTML realm and later learn how to develop ...
|
Asp.net tip: create a perpetual page footer
[Source :
123AspX
]
One of the easiest ways to tell if a Web site has been updated recently is to check the bo...
|
Asp.net forms authentication with roles
[Source :
DotNetFreaks
]
Role based access to a system is a very powerful tool. Unfortunately IIS does not allow ro...
|
Article: strings in .net and c#
[Source :
DeveloperFusion
]
The System.String type (shorthand string in C#) is one of the most important types in .NET...
|
An introduction to the internet explorer developer toolbar
[Source :
DotNetFreaks
]
It used to be that you could figure out how a web page worked simply by using your browser...
|
Ajax in action
[Source :
DotNetFreaks
]
I love AJAX, it really cleans my dishes. Unfortunately, in this article we will not be tal...
|
A .net blocking queue class
[Source :
123AspX
]
Microsoft provides a Queue object in its .NET collections namespace. Unfortunately, it is ...
|
8 golden rules to develop and design quickly
[Source :
DotNetJunkies.com
]
One of the most subjective element to a client is the aesthetics which should be quick and...
|
Useful sql queries to analyze and monitor sharepoint portal solutions usage
[Source :
GotDotNet.com
]
It is a very common requirement in SharePoint Portal Solution to analyze a SharePoint solu...
|
String enumerations
[Source :
GotDotNet.com
]
I love enums. I prefer to group constants within enumerations rather than use standalone c...
|
Biztalk no output producing endpoint (nope) adapter
[Source :
GotDotNet.com
]
Sometimes when you use messaging in BizTalk you want to publish messages in the messagebox...
|
An easy-to-use url file downloader class for .net
[Source :
123AspX
]
For one of my projects at work, I required the ability to download a file from a given URL...
|
A simple html builder utility class
[Source :
GotDotNet.com
]
When you develop a web based application, you need some texts to be converted to HTML tags...
|
Creating validator controls for the checkbox and checkboxlist
[Source :
4GuysFromRolla
]
ASP.NET provides a variety of validation Web controls that can be used to vali...
|
Warning the user when caps lock is on
[Source :
4GuysFromRolla
]
Most security systems' passwords are case-sensitive. Case sensitivity nearly doubles ...
|
Using asp.net 3.5's listview and datapager controls: grouping by a data field
[Source :
4GuysFromRolla
]
The ListView control renders its ItemTemplate once for every item in its...
|
Two common pitfalls when submitting a web form using the enter key
[Source :
4GuysFromRolla
]
When filling out a form on a web page you have probably experienced the fact that if ...
|
Searching your website with microsoft index services
[Source :
4GuysFromRolla
]
Virtually every Web application has a search functionality, from big eCommerce sites l...
|
Passing parameters from one page to another
[Source :
4GuysFromRolla
]
Passing parameters from one page to another is a very common task in Web development. ...
|
Listcontrol items, attributes, and viewstate
[Source :
4GuysFromRolla
]
ASP.NET 1.x provides four Web controls that serve as list controls:<li...
|
List control items and attributes
[Source :
4GuysFromRolla
]
ASP.NET 1.x provides four Web controls that serve as list controls:<li...
|
Improving developer productivity with visual studio .net macros
[Source :
4GuysFromRolla
]
Most developers I've met and talked to throughout my career have shared one thing in c...
|
Dynamically setting the page's title in asp.net 2.0
[Source :
4GuysFromRolla
]
The HTML standard defines a number of metadata elements that can optionally be added ...
|