| Home : Programming : ASP |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
ASP Listings
|
|
Total:
73 | Displaying: 1 - 10 | Pages: 1 2 3 4 5 6 7 8 >> |
|
|
Sponsored Links
|
|
This article assumes that you are familiar with ASP, XML and HTML.Using this OnLine Exam system, we can conduct any type of objective type examinations on line. Eventhough I implemented most of the conventional things, the reader is highly appreciated to incorporate all other features whatever so.
Updated: 05/25/2005
|
|
|
This article is all about writing a simple ASP code to build the rich navigation bar. The source code provided with this article is written entirely in VBScript. I don\'t want to go for JavaScript for this kind of code snippet since most browsers won\'t recognize the client JavaScript.
Updated: 05/25/2005
|
|
|
The development of the XML specification, the W3C working group realized that for XML to reach its full potential, a method of transforming XML documents into different formats needed to exist. At some time or another, an application that has the capability to work with XML documents will need to display or structure the data in a different format than specified in the document.
Updated: 05/25/2005
|
|
|
ASP pages are so easy to put together that sometimes developers have not thought through the problems associated with errors. Error handling can help your application to be more robust. I have often come across commercial sites written in ASP that fail to have any sort of error handling.
Updated: 05/25/2005
|
|
|
Although most wireless Internet phones in the United States will accept both the Handheld Device Markup Language (HDML) and the Wireless Markup Language (WML), you have decided to use HDML and Active Server Pages (ASP) for your application. This may be a wise choice, but you may have noticed that there is not much information available about using ASP to output HDML.
Updated: 05/25/2005
|
|
|
In part one (this lesson) we will discuss the contents and structure of the config.web file, then build an ASP+ file for loading the config.web file into a client side DOM object (data island). Part two will feature data-binding the XML DOM object to client intrinsic controls, providing a rich editing environment. Finally, in part three we will post the XML data back to the server and save the new config.web file back to the ASP+ application.
Updated: 05/25/2005
|
|
|
Normally when I get questions relating to printing and ASP, the question is coming from a user that simply doesn\'t understand that ASP doesn\'t really apply if you\'re talking about printing from the browser (aka. client-side). That being said, every once in a blue moon, an email will roll in from a user that really does want to print from ASP, meaning that they actually want a printer connected to the web server to print something out.
Updated: 05/25/2005
|
|
|
This article assumes that you are familiar with ASP, XML and HTML.Using this OnLine Exam system, we can conduct any type of objective type examinations on line. Eventhough I implemented most of the conventional things, the reader is highly appreciated to incorporate all other features whatever so.
Updated: 05/25/2005
|
|
|
If you\'ve done a lot of web site development with ASP, particularly using VBScript and generating dynamic page elements such as tables from a database query and the like, then you know full well that VBScript (and, in general, ANY interpreted scripting language) absolutely STINKS at string concatenation. In .NET, you have a much more efficient object, StringBuilder, that was specially designed for this purpose. But with VBScript, and even in a compiled VIsual Basic COM DLL, repetitive string concatenation is not only notoriously slow, it can run the CPU right off the top of the meter! Ouch! Not good, eh?
Updated: 05/25/2005
|
|
|
The driving force behind Active Server technologies is data access. In order to develop a truly dynamic web site developers need to allow users to access data on demand. Luckily, with Microsoft\'s Active Server Pages, this is exceedingly easy to do. This article for ASP beginners details how to connect to a SQL Server 7.0 database using ActiveX Data Object (ADO) and Open Database Connectivity (ODBC).
Updated: 05/25/2005
|
|
|
ASP Listings
|
|
Total:
73 | Displaying: 1 - 10 | Pages: 1 2 3 4 5 6 7 8 >> |
|
|