|
|
|
|
|
Total Hits: 180 | Today: 0 |
Author: Robert Simpson
|
Rating:
|
|

The VBScript dictionary is a great tool to work with in an object-oriented software development project; especially when the object you are creating will have some sort of collection of records.
If you are like me and dislike extraneous lines of code, then when dealing with VBScript dictionaries you have certainly discovered that trying to iterate through the collection like an enumerated list requires extra lines of code like:...
|
|
|
|
Total Hits: 175 | Today: 0 |
Author: Sumit Thomas
|
Rating:
|
|

Here is a simple way to check if an Username is available using ASP.NET MVC and jQuery
Step 1: First lets create the XHTML markup for our View page(Index) as follows… view source...
|
|
|
|
Total Hits: 347 | Today: 1 |
Author: siva
|
Rating:
|
|

It is when too much data is being sent to a host and it cannot handle all the data and disconnects from the Internet....
|
|
|
|
Total Hits: 573 | Today: 0 |
Author: Raj Krishna
|
Rating:
|
|

Microsoft's previous server side scripting technology ASP (Active Server Pages) is now often called classic ASP.
ASP 3.0 was the last version of the classic ASP.
ASP.NET is Not ASP
ASP.NET is the next generation ASP, but it's not an upgraded version of ASP.
ASP.NET is an entirely new technology for server-side scripting. It was written from the ground up and is not backward compatible with classic ASP....
|
|
|
|
Total Hits: 323 | Today: 0 |
Author: Philip Q
|
Rating:
|
|

ASP.NET is not light work, I've been reading two books at the same time, one on ASP 3 and the other on ASP.NET and its like learning two different languages (VBScript and VB.NET) and I found that treating them as different makes it easy to learn the language (from now on when I refer to language it mean VB.NET being use in ASP.NET) and adapt it to my old applications. This article will not touch all the changes (the changes from Beta 1 to Beta 2 are many many many pages alone) but I want to g...
|
|
|
|
Total Hits: 360 | Today: 0 |
Author: Dan Powderhill
|
Rating:
|
|

The cInt function raises an exception when passed a null value, blank string, or non-numerical string. You can adapt the function to cInt2 to handle these values and use it in the same manner....
|
|
|
|
Total Hits: 121 | Today: 0 |
Author: Philip Q
|
Rating:
|
|

I see an increasing amount of sites trying to prevent people from signing up with fake emails and multiple accounts, one way that they do this is to send an email to the person with a link to a page that validates them against the system so their account will work. In this article I'll show you how to create a system like this....
|
|
|
|
Total Hits: 579 | Today: 1 |
Author: Wrox Press
|
Rating:
|
|

Object Oriented Programming (OOP) is more than just a programming concept. It is a way of thinking about applications. It is learning to think of applications not as procedures, but objects and real entities. That makes a lot of sense. We view the world around us not as intangible, but as real entities or objects. Objects that do things (methods), and have things (attributes). They are logically grouped by the way they appear and behave. Cars may differ in cabin space, color, engine size, accele...
|
|
|
|
Total Hits: 407 | Today: 0 |
Author: Nancy Winnick Cluts
|
Rating:
|
|

Active Server Pages is an open, compile-free application environment in which you can combine HTML, scripts, and reusable ActiveX server components to create dynamic and powerful Web-based business solutions. Active Server Pages enables server side scripting for IIS with native support for both VBScript and JScript. —Microsoft Internet Information Server Web site That's what they say, at least. When I read that paragraph, I want to know what this means to me as a developer, whether the Active Se...
|
|
|
|
Total Hits: 438 | Today: 0 |
Author: http://www.profsr.com
|
Rating:
|
|

HTML has been around for several years now (since the early 1990s). Although it is still very popular and can do very many things very well, it does have many limitations and, as the needs of businesses grow, these limitations are becoming more and more agravating. For example, if you operate a business that sells merchandise over the Internet you will probably have to give customers access to a price list. In most businesses a price list is a dynamic document - items are added, items are remove...
|
|
|
|
Total Hits: 451 | Today: 0 |
Author: J. Ward Moody
|
Rating:
|
|

Welcome to the new ASP Conference Series–now offering free electronic access to select titles with the purchase of the printed volume. Access to the complete electronic version in PDF format is restricted to registered institutional standing order customers and individual volume purchasers. However, for your convenience, the table of contents and abstracts of other ASP Conference Series volumes are freely available. For further information about this site, please refer to our Quick Reference Gui...
|
|
|
|
Total Hits: 460 | Today: 0 |
Author: Erik Meijer, Amanda Silver, and Paul Vick
|
Rating:
|
|

Visual Basic code-named Orcas" (Visual Basic 9.0) introduces several language extensions that build on "Visual Basic code-named Whidbey" (Visual Basic 8.0) to support data-intensive programming—creating, updating, and querying relational databases, XML documents, and object graphs—in a unified way. In addition, Visual Basic 9.0 introduces several new language features to enhance Visual Basic's unique facility for static typing where possible, and dynamic typing where necessary...
|
|
|
|
|
|
|