Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  80
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Saturday, May 17, 2008
Home
Articles & Samples
ASP Hosting
Dev Search
Dev Forum
Add Your Articles
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
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

Web.Config       
Total Hits: 255  |  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...

Web.config       
Total Hits: 127  |  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....

Authoring an ASP.NET Page       
Total Hits: 137  |  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: 296  |  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 ...

ASP.NET CD-ROMs - Full Course     Price: $995.00   
Total Hits: 667  |  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

asp.net Programming Languages Primer       
Total Hits: 131  |  Today: 1 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...

DataGrid and DropDownLists       
Total Hits: 180  |  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)....



DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com