ASP Subcategories |
Date/Time Variables Dissected |
| ASP | Views: 0 | |
| Have you ever wondered how, exactly, a date/time variable is stored in VBScript? In Access? This FAQ, by Bill Wilkinson, examines how date/time variables are represented in VBScript, databases, and COM components |
Building ASP.NET User and Server Controls -- Part 1 |
| ASP | Views: 0 | |
| Solomon Shaffer explores the creation of ASP.NET user controls and custom server controls. In part 1 of this series, he explains user controls, describes how they intermingle with other elements on the page, and walks through building two simple controls |
Form Validation |
| ASP | Views: 0 | |
| In our last lesson, we introduced you to the concept of viewstate and explained how ASP.NET makes managing it much easier. While we're on the topic of basic forms and how ASP.NET makes dealing with them easier, it's time to talk about another "V" word - .. |
A Classic ASP Page Caching Object |
| ASP | Views: 1 | |
| A common scenario in ASP development is to dynamically create Web page content by pulling data from a database. This capability is very important in many applications where the data changes frequently from minute to minute. However, in situations where t.. |
A Practical Comparison of ADO and ADO.NET |
| ASP | Views: 0 | |
| Whether you develop for .NET not, you have to admit that Microsoft have come along way in the last 3 to 5 years. Back in the late nineties Bill Gates had a vision of using the Internet to facilitate distributed computing, and today web services and the ... |
Connecting to an Access database |
| ASP | Views: 0 | |
| Learn to connect an MS Access database to you ASP pages |
Working with the TextStream Object |
| ASP | Views: 0 | |
| The TextStream object is the heart of most of the file manipulation in ASP 3.0. Check out this article to see the TextStream object in action |
Sending SMS Messages With ASP and OpenSMS |
| ASP | Views: 0 | |
| Interpersonal communication can take place using a variety of communication mediums. In the last couple of years mobile phones have become extremely popular with millions of short message service (SMS) messages being sent every month |
Web Services Security in The .NET Framework |
| ASP | Views: 0 | |
| The proliferation of Web Services on the market and their universal acceptance on the Internet makes them more vulnerable to security threats. Therefore, we need to tighten security for our Web Services and pay attention to it. With ASP.NET, Microsoft ha.. |
Form Viewstate |
| ASP | Views: 0 | |
| I don't get why no one else is covering this. It may not be as cool or sexy as some of the other new features, but the automatic handling of viewstate in ASP.NET will save you a ton of work |
Formatting with Regular Expressions |
| ASP | Views: 0 | |
| If you're familiar with regular expressions you're already well aware of the plethora of tasks one can accomplish using regular expressions. (If you're not, be sure to read: Common Applications of Regular Expressions; if you're unfamiliar with what, exac.. |
Protecting your ASP.NET Source Code |
| ASP | Views: 0 | |
| One of the rather radical changes from classic ASP to ASP.NET is that in ASP.NET, Web pages are compiled programs. With classic ASP, ASP pages are comprised of script code. When an ASP page is requested, a scripting engine parses the script code of the A.. |
Web Server Controls |
| ASP | Views: 0 | |
| Web Server Controls are one of the coolest new things about ASP.NET. I tend to think of them as HTML controls on steroids, but let me introduce you to some of them and see what you think |
Print this Page - Comparing Classic ASP to ASP.NET |
| ASP | Views: 0 | |
| ASP.NET, Microsoft's latest Web-server programming technology, was released for public consumption in mid-January 2002. As developers begin to move to the technology, those who have a long background in classic ASP will likely feel a bit alienated, as th.. |
Using Forms Authentication in ASP.NET - Part 2 |
| ASP | Views: 0 | |
| Creating custom authentication schemes just became easier. Jeff Gonzalez continues to explain Forms Authentication, this time using a custom XML file |
Make Your ASP Work With An Oracle Database |
| ASP | Views: 0 | |
| Oracle is one of the most popular database platforms and ASP one of the most popular web site development platforms. There's no reason these two leading technologies can't be used together |
Populating Form Inputs Using the Calendar Control |
| ASP | Views: 0 | |
| Have you ever created a form with a text box where you needed the user to enter a date? For example, travel sites like Expedia.com have such text boxes for the user to enter their desired departure and arrival dates when booking a flight. Of course, maki.. |
Programming Microsoft .NET : Web Forms |
| ASP | Views: 0 | |
| This is the first of three parts that make up Chapter 5, 'Web Forms' from Jeff Prosise's book, Microsoft Programming .NET. In this first part of the sample chapter, Jeff provides a Web application primer |
When Sessions End - Once And For All! |
| ASP | Views: 0 | |
| Maybe it's that I've written a couple articles on sessions, applications, and global.asa or maybe it's just a difficult topic for beginners to grasp, but I've been getting questions about when a session ends for what seems like forever. Well it's time to |
Caching with ASP.NET |
| ASP | Views: 0 | |
| In classic ASP, one of the techniques developers commonly relied on to speed up processing was the use of caching. One could, fairly easily, build their own caching system using Application variables |
|