|
|
|
|
|
Total Hits: 161 | Today: 0 |
Author: www.asp101.com
|
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....
|
|
|
|
Total Hits: 149 | Today: 0 |
Author: Brett Burridge
|
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...
|
|
|
|
Total Hits: 123 | Today: 0 |
Author: Brett Burridge
|
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....
|
|
|
|
Total Hits: 333 | 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: 465 | 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: 652 | 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: 637 | 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: 360 | 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)....
|
|
|
|
Total Hits: 340 | Today: 0 |
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: 996 | 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
|
|
|
|
|
|
|