ASP Subcategories |
Query strings, part II |
| ASP | Views: 0 | |
| Learn to use query strings to pass info between ASP pages. |
Display a dynamic Ticker tape |
| ASP | Views: 0 | |
| The content can be read from a database. The speed, background color, font, width and height can be customized |
Real Time Data Grid Part 2/2 |
| ASP | Views: 0 | |
| In this article we'll wrap up the details of the real time data grid that I described in part one of this two-part article. We will take a look at the JavaScript code that contacts our database server and allows us to update data without refreshing the p.. |
Using Forms Authentication in ASP.NET - Part 1 |
| ASP | Views: 0 | |
| Creating custom authentication schemes just became easier. Jeff Gonzalez shows us how to use Forms Authentication in ASP.NET |
HTML Server Controls |
| ASP | Views: 0 | |
| Last time we helped you take your first real step into the world of ASP.NET by walking you through a number of different ways to build a basic ASP.NET page. In the process, we briefly touched upon server controls. This lesson discusses more completely th.. |
Displaying Information about the ASP.NET Process |
| ASP | Views: 0 | |
| With ASP.NET you can configure the "ASP.NET engine" (aspnet_wp.exe) to automatically restart itself when certain criteria are met. For example, if the Web server has 100 requests queued up, you may wish to have the Web server restarted, assuming that som.. |
Introduction to ASP |
| ASP | Views: 0 | |
| An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are executed on the server |
Uploading files in ASP.NET |
| ASP | Views: 0 | |
| Not so long ago uploading a file from a client browser to the server was a quite tedious task. Developers often had to use third party tools or write their own file upload utilities. With the development of ASP.NET writing a file upload script is a piece |
Overview of Automated Transactions |
| ASP | Views: 0 | |
| An overview of using automated transactions in asp.net
|
Real-Time Data Grid Part 1/2 |
| ASP | Views: 0 | |
| Data management applications allow us to modify data for a number of different data systems including databases, files, the Windows registry, etc. Data manipulation is an extremely important activity, and sometimes it's impossible to be in front of the c.. |
Creating a Custom Web Control to Consume an XML Web Service - Part 2 |
| ASP | Views: 0 | |
| Rob Chartier continues his exploration of WebControls with an article on how to use XSLT to transform into HTML data returned from his Microsoft Knowledge Base XML Web Service |
Create and Consume Web Services at Server and Client |
| ASP | Views: 0 | |
| Web Services are units of application logic that provide data and services to other applications over the internet or an intranet. They are cornerstones of the Microsoft .NET programming model |
Why Interleaved Text Outperforms Response.Write |
| ASP | Views: 0 | |
| In his article Performance Metrics for the ASP Response Object James Greenwood noted some interesting things with IIS 5.0. His benchmarks showed that a style of ASP coding that interleaves script (VBScript) with text is faster than using pure script (wit.. |
Writing Your First ASP.NET Page |
| ASP | Views: 0 | |
| Last time around we installed all the prerequisites and finally even ASP.NET. Now that that's done, you can start writing ASP.NET pages of your very own. This time around, we walk you through your first one |
ASP.NET Controls Explained: Part 1/2 |
| ASP | Views: 0 | |
| One of the best things about ASP.NET is the ability to easily separate code into different modules, unravelling presentation code from application logic. This allows developers with different skills sets to work on their area of speciality simultaneously |
Dates and Times |
| ASP | Views: 0 | |
| Performing date-related calculations in VBScript is really a breeze thanks to the myriad of helpful date-related functions in the language. There have, in fact, been a wide array of articles on the many powerful VBScript date functions. For a quick rundo.. |
Query strings, part I |
| ASP | Views: 0 | |
| Learn to use query strings to pass info between ASP pages. |
Global Exception Handling with ASP.NET |
| ASP | Views: 0 | |
| You can't debug a problem if you don't know that it exists. Understand how to handle Web page errors using ASP.NET. |
ConvertRsToXml(), A Case Study of Timing and Optimizing ASP/ADO Code |
| ASP | Views: 1 | |
| In a previous article, Simplifying ConvertRStoXML() and Transforming With XSL, author David O'Neill examined how to improve the performance of the ConvertRStoXML() function, a function presented in an earlier article (Creating a Function to Stream a Reco.. |
Creating Databound DropDown Lists in ASP.NET |
| ASP | Views: 0 | |
| A very common, everyday task for Web developers is to create an HTML listbox populated with the values from a database table. Such a requirement is most common when attempting to display subsets of information that is spread across multiple, related data.. |
|