Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > ASP.Net
Search:
What's New - What's Hot
More Categories for Application Making Application Making (56)
Listings for ASP.NET Administration ASP.NET Administration (37)
Listings for ASP.Net Sites ASP.Net Sites (10)
Listings for Assembly Assembly (77)
Listings for Browsers Browsers (90)
Listings for Business & Enterprise Business & Enterprise (12)
Listings for Caching Caching (349)
Listings for Class Libraries Class Libraries (101)
More Categories for Code Management Code Management (191)
Listings for Compiler Compiler (11)
Listings for Component Component (144)
More Categories for Configuration Configuration (178)
Listings for Cookies Cookies (86)
Listings for Custom Controls Custom Controls (816)
Listings for Data Binding Data Binding (176)
More Categories for Database Database (3770)
Listings for Date & Time Date & Time (56)
Listings for Debugging Debugging (144)
Listings for Deployment Deployment (110)
Listings for Directory Listing Directory Listing (47)
Listings for DNS Functions DNS Functions (3)
Listings for Documentation Documentation (4)
Listings for Domain Controller Domain Controller (4)
Listings for E-Commerce E-Commerce (8)
Listings for Email Email (283)
Listings for Error Handling Error Handling (161)
Listings for Event Handling Event Handling (94)
Listings for Exception Handling Exception Handling (69)
Listings for FAQ FAQ (122)
More Categories for File Management File Management (259)
Listings for Flash Flash (3)
More Categories for Form Handling Form Handling (152)
More Categories for Function Function (10)
Listings for Globalization Globalization (92)
More Categories for Graphics & Charts Graphics & Charts (353)
Listings for Image manipulation Image manipulation (96)
Listings for Introduction Introduction (113)
More Categories for Language Reference Language Reference (110)
Listings for Master Pages Master Pages (139)
Listings for Migration to ASP.Net Migration to ASP.Net (221)
More Categories for Miscellaneous Miscellaneous (1)
Listings for Mobile Mobile (83)
Listings for Namespace Namespace (18)
Listings for Object Oriented Object Oriented (159)
More Categories for Office Documents Office Documents (71)
Listings for Performance Tuning Performance Tuning (207)
Listings for Popup Calendar Popup Calendar (17)
Listings for Popup Window Popup Window (47)
Listings for Reflection Reflection (21)
Listings for Regular Expressions Regular Expressions (78)
Listings for Remoting Remoting (57)
Listings for Request Request (30)
Listings for ResourceManager ResourceManager (6)
Listings for Response Response (12)
Listings for RichTextBox RichTextBox (30)
Listings for RSS RSS (141)
Listings for Sample Chapters Sample Chapters (2315)
More Categories for Scripting Scripting (967)
Listings for Search engine Search engine (17)
More Categories for Security & Encryption Security & Encryption (248)
Listings for Serialization Serialization (41)
More Categories for Server Application Server Application (15)
More Categories for Server Controls Server Controls (4208)
Listings for Server Variables Server Variables (37)
Listings for Session State Session State (186)
Listings for Site Performance Site Performance (28)
Listings for SQLXML SQLXML (16)
Listings for State Management State Management (82)
More Categories for Strings & Variables Strings & Variables (8)
Listings for System.drawing System.drawing (3)
Listings for System.Web System.Web (28)
Listings for Threading Threading (69)
Listings for Tips & Tricks Tips & Tricks (1574)
Listings for Title & tags Title & tags (9)
Listings for Tracing Tracing (63)
More Categories for User Management User Management (402)
Listings for View State View State (143)
Listings for Visual Studio.Net Visual Studio.Net (14)
More Categories for Web Application Web Application (27)
Listings for Web Development Web Development (255)
Listings for Web Forms Web Forms (481)
More Categories for Web Services Web Services (744)
Listings for XML and ASP.NET XML and ASP.NET (307)
 


Applying Domain-Driven Design and Patterns     
Total Hits: 201  |  Today: 0Author: Alessandro Gallo      Rating:  
Read Reviews | Write Review |  Your Rating: 

This book talks about building enterprise software. That is, designing applications with robustness, scalability and maintainability in mind. The approach took by Jimmy Nilsson is focusing on the business model. The techniques presented in the book combine Object-Oriented Programming with Patterns and tools typical of agile methodologies, such as TDD (Test Driven Development) and Refactoring....

Application Domains in .NET     
Total Hits: 313  |  Today: 0Author: Joydip Kanjilal      Rating:  
Read Reviews | Write Review |  Your Rating: 

An Application Domain is a light-weight process. It is a logical and physical unit of isolation built around every .NET application by the Common Language Runtime (CLR) and contains its own set of code, data and configuration settings. Multiple application domains can exist simultaneously in the same process. The default application domain is created when the Common Language Runtime is first loaded into a process. From then on, the CLR loads an assembly implicitly into an Application Domain ...

Netscape, IE and client side validation in ASP.NET     
Total Hits: 139  |  Today: 0Author: SuperDotNet Webmaster      Rating:  
Read Reviews | Write Review |  Your Rating: 

Add in code to support client and server side validation for Netscape and other browsers that leverage off of the existing Validation Controls so your pages perform almost the same in other browsers as they do in IE....

Reuse in ASP.NET Across Domain     
Total Hits: 411  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

ASP.NET offers a wide array of advantages over Classic ASP, which will compel the millions of ASP developers to move to ASP.NET in a hurry. However, as with any new technology, there are tradeoffs....

FIX: ASP.NET Does Not Work with the Default ASPNET Account on a Domain Controller     
Total Hits: 503  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

By default, ASP.NET runs its worker process (Aspnet_wp.exe) with a weak account (the local machine account, which is named ASPNET) to provide a more secure environment. On a domain controller or on a backup domain controller, all user accounts are domain accounts and are not local machine accounts. Therefore, Aspnet_wp.exe fails to start because it cannot find a local account named "localmachinename\ASPNET". To provide a valid user account on the domain controller, you must specify an explicit a...

HOW TO: Use ASP.NET Validation Controls from Visual Studio .NET      
Total Hits: 334  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

The .NET Framework contains a variety of validation controls that, when placed on an ASP.NET Web Forms page, validate user input entered into the control fields and display associated error messages for each control. This article explains how you can use ASP.NET validation controls to quickly and easily implement client-side and server-side validation of user input....

Understanding ASPNet Validation Controls     
Total Hits: 265  |  Today: 0Author: Armando Andrade      Rating:  
Read Reviews | Write Review |  Your Rating: 

Finding input validation with ASPNet a chore In this article Armando gives us the low down on ASPNet validation controls along with helpful coding examples to get you started...

Validation in ASP.NET     
Total Hits: 650  |  Today: 0Author: Philip Quinn      Rating:  
Read Reviews | Write Review |  Your Rating: 

Validating forms was tedious, now its a matter of inserting controls....

How to validate an XML file with an XSD file     
Total Hits: 985  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Utlimately I want to be able to parse an xml STRING with an xsd STRING but this is the best I could do: parsing an xml FILE with an xsd FILE. I basically reworked a console application example in the MSDN help file into a nicer looking ASP.NET Web form example. It tells you if your file is not well-formed and then if it is not valid it lists out the specific reason (like in XMLSpy), quite helpful to find an error in a large XML file as it returns the line number on which the error occurred as we...

ASP.NET Validation in Depth     
Total Hits: 1015  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article discusses in detail how the ASP.NET validation controls work. This article is recommended reading for anyone building complex pages with validation controls or those looking to extend the validation framework. For people looking to get started with the validation controls or deciding whether to use them, see User Input Validation in ASP.NET...

Using the ASP.NET Validation controls     
Total Hits: 380  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This page of code demonstrates a form that makes use of two of the new Validator controls to enforce that an entry valid. It also highlights the use of the IsValid property of the Page object....

User Input Validation in ASP+     
Total Hits: 479  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Provides a brief overview of the validation framework in ASP+ and walks through an example of adding validation to a page....

ASP+ Validation In-Depth     
Total Hits: 401  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article discusses in detail how the ASP+ validation controls work. This article is recommended reading for anyone building complex pages with validation controls or those looking to extend the validation framework. For people looking to get started with the validation controls or deciding whether to use them, see User Input Validation in ASP+....

Validation Control in mobile form     
Total Hits: 351  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article You will learn the power of Valiation Control which u can use with Mobile Application. There are total six Valiation Control as provided. Here i am showing four of them in this example and the rest two are Valiationsummary and CustomValidator...

Enhacing ASP.NET Validators     
Total Hits: 575  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

An article on extending the ASP.NET validators, ASP.NET has impressive improvements in Web development. Data validation, deployment, user controls and lots more. And best of all: you can extend the basic controls using the class hierarchy. In this article I'll show how to change the validator controls to give better visual feedback to the user. It will change the label color of an invalid field....

User Input Validation in ASP+     
Total Hits: 377  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Validating user input is a common scenario in a Web-based application. For production applications, developers often end up spending a lot more time and code on this task than we would like. In building the ASP+ page framework, it was important to try and make the task of validating input a lot easer than it has been in the past....

ASP+ and Web Forms for Microsoft Visual Basic Users     
Total Hits: 281  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article discusses the process of getting used to using ASP+ and the Web Forms designer. It is intended for traditional users of Microsoft Visual Basic or similar GUI programming tools who are not familiar with Web development...

ASP+ Validation In-Depth     
Total Hits: 325  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article discusses in detail how the ASP+ validation controls work. This article is recommended reading for anyone building complex pages with validation controls or those looking to extend the validation framework. For people looking to get started with the validation controls or deciding whether to use them...

Changing ForeColor via FromName     
Total Hits: 327  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Sometimes you will want to dynamically change the forecolor of a label or other control. You can do this by using the FromName method of the system.drawing namespace....

Handling Control Events     
Total Hits: 458  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Both the ASP.NET HTML controls and Web controls raise events. You can write subroutines that handle these events. For example, you can write a subroutine that adds form data to a database table when a user clicks a button. Or, you can display detailed information for a particular book title when a user selects an item from a Dropdown list....



Disclaimer - Privacy
© 2002-2012 DevASP.net