|
|
|
|
|
|
| | Total Hits: 201 | Today: 0 | Author: Alessandro Gallo | 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.... |
| | Total Hits: 313 | Today: 0 | Author: Joydip Kanjilal | 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 ... |
| | Total Hits: 139 | Today: 0 | Author: SuperDotNet Webmaster | 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.... |
| | Total Hits: 411 | Today: 0 | | 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.... |
| | Total Hits: 503 | Today: 0 | | 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... |
| | Total Hits: 334 | Today: 0 | | 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.... |
| | Total Hits: 265 | Today: 0 | Author: Armando Andrade | 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... |
| | Total Hits: 650 | Today: 0 | Author: Philip Quinn | Rating:  |
| |  Validating forms was tedious, now its a matter of inserting controls.... |
| | Total Hits: 985 | Today: 0 | | 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... |
| | Total Hits: 1015 | Today: 0 | | 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... |
| | Total Hits: 380 | Today: 0 | | 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.... |
| | Total Hits: 479 | Today: 0 | | Rating:  |
| |  Provides a brief overview of the validation framework in ASP+ and walks through an example of adding validation to a page.... |
| | Total Hits: 401 | Today: 0 | | 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+.... |
| | Total Hits: 351 | Today: 0 | | 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... |
| | Total Hits: 575 | Today: 0 | | 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.... |
| | Total Hits: 377 | Today: 0 | | 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.... |
| | Total Hits: 281 | Today: 0 | | 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... |
| | Total Hits: 325 | Today: 0 | | 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... |
| | Total Hits: 327 | Today: 0 | | 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.... |
| | Total Hits: 458 | Today: 0 | | 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.... |
|
|
|
|
|
|