Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, February 09, 2012
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

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 > Developers Training > ASP.NET
Search
DevASP

What's New
What's Hot

ASP Developing for Academic and Business Processes Utilizing ASP in Systems Development       
Total Hits: 161  |  Today: 0 Author: www.asp101.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

This ASP solution to a common problem will demonstrate the relative ease of developing a working system this way. The problem is to take archived academic publications, scan and OCR them, edit the scanned data into text files as the first electronic data form....

An ASP.NET Documentation Tool       
Total Hits: 149  |  Today: 0 Author: Brett Burridge       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes the ASP.NET Documentation Tool, a utility I wrote to automate the documentation of ASP.NET 1.0, 1.0 and 2.0 web applications written in VB.NET or C#. When developing applications using Java and Perl, I've always been impressed with the JavaDoc and PerlDoc documentation utilities these languages support. When producing work for a client, these utilities take a lot of the hard work out of the mundane (but critically important) work involved with documenting the project. Foll...

ROT13 Encoding in ASP.NET using C# and VB.NET       
Total Hits: 123  |  Today: 0 Author: Brett Burridge       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article is based on an article I wrote that described how to encode and decode strings using the ROT13 method in ASP (VBScript and JScript) and client-side JavaScript. The ROT13 method is a very old method of encoding (but not encrypting!) text, but given the original article's popularity I thought it would be useful to update it for the .NET Framework using both C# and VB.NET....

Web.config       
Total Hits: 333  |  Today: 0 Author: Todorov       Rating:  
Read Reviews | Write Review |              Your Rating: 

ASP.NET Web.config. The ASP.NET Web.config file is used to define the configuration settings for an ASP.NET application. ASP.NET and the .NET Framework use .config files to define all configuration options. The .config files, including the ASP.NET Web.config file, are XML files. Server-wide configuration settings for the .NET Framework are defined in a file called Machine.config. The settings in the Machine.config file can be changed and those settings affect all .NET applications on the server....

Web.Config       
Total Hits: 465  |  Today: 0 Author: Jesudas Chinnathampi (Das)       Rating:  
Read Reviews | Write Review |              Your Rating: 

Well, web.config is a XML-based configuration file. If you see the above example, you can make sure that all the elements are based on XML standards. Obviously, we can develop a tool for modifying and editing this configuration file. A web.config can appear in any directory on an ASP.NET Web application server. Said this, if you have a web.config file in the directory "c:\inetpub\wwwroot", then the settings specified in the web.config is applicable to all the subdirectories under wwwroot. Each s...

Authoring an ASP.NET Page       
Total Hits: 652  |  Today: 0 Author: Rey Nuñez       Rating:  
Read Reviews | Write Review |              Your Rating: 

This document covers the fundamentals of using a programming language to create an ASP.NET file with a text editor. Here we briefly examine how basic script commands can be used in ASP.NET pages to accomplish simple programming tasks.

For information on how you can setup your localhost to run ASP.NET pages, see Publishing ASP.NET Files in the ASP.NET Primer. ASP.NET files are text files with an .aspx file name extension. In addition to static text and HTML content, an .aspx file may cont...

ASP.NET: Code Snippet - DataGrid with line numbers       
Total Hits: 637  |  Today: 0 Author: Rey Nuñez       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this article, we will look at a technique that will allow us to generate row numbers in the first column of a DataGrid. To generate the row numbers, we will use the DataGridItem's ItemIndex property. Nikhil Kothari (ASP.NET team member extraordinaire) was kind enough to inform me that the ItemIndex property was created for just such a scenario. As such, the sample below is very simple. We will create an extra TemplateColumn in our DataGrid and bind to it the value of Container.ItemIndex. The ...

DataGrid and DropDownLists       
Total Hits: 360  |  Today: 0 Author: http://www.authors.aspalliance.com       Rating:  
Read Reviews | Write Review |              Your Rating: 

DropDownLists are very useful controls which can be used to accept input from users. This control can be better used, if we know the range for the input. User feels more comfortable with DropDownLists (combo boxes) rather than textbox, since keyboard should be used to provide input to the latter. In this article, we will see how can we use a dropdownlist inside a datagrid. We will take the table, "stores" which is available under the database pubs (SqlServer 2000)....

asp.net Programming Languages Primer       
Total Hits: 340  |  Today: 0 Author: Rey Nuñez       Rating:  
Read Reviews | Write Review |              Your Rating: 

ASP.NET currently offers built-in support for three languages: C#, Visual Basic, and JScript. The following sections demonstrate how to use these three languages to build basic code snippets you can use in your ASP.NET pages. These exercises are meant to help you visualize the differences between the languages, as well as introduce you to typical examples you will most likely encounter when building ASP.NET applications. For detailed information regarding the syntax for each language, please ref...

ASP.NET CD-ROMs - Full Course     Price: $995.00   
Total Hits: 996  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Learn how to create web pages and web services with ASP.NET and build and deploy web applications using ASP.NET.

Product Type: Full Course

Training includes:
  • 13 CD-ROMs
  • Over 21 hours of instruction
  • Over 800 pages of courseware
  • Step-by-step hands-on-labs
  • Sample code
Click here to see more detail


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com