|
|
|
|
|
Total Hits: 255 | Today: 0 |
Author: Jesudas Chinnathampi (Das)
|
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...
|
|
|
|
Total Hits: 127 | Today: 0 |
Author: Todorov
|
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....
|
|
|
|
Total Hits: 137 | Today: 0 |
Author: Rey Nuñez
|
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...
|
|
|
|
Total Hits: 296 | Today: 0 |
Author: Rey Nuñez
|
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 ...
|
|
|
|
Total Hits: 667 | Today: 0 |
|
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
|
|
|
|
Total Hits: 131 | Today: 1 |
Author: Rey Nuñez
|
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...
|
|
|
|
Total Hits: 180 | Today: 0 |
Author: http://www.authors.aspalliance.com
|
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)....
|
|
|
|
|
|
|