2696Stripping HTML Tags using Regular Expressionshttp://www.4guysfromrolla.com/webtech/042501-1.shtmlThis article examines how to strip HTML tags using regular expressions. Regular expressions are nifty little buggers that can be used to perform advanced string pattern matching and replacing. To learn more about regular expressions be sure to check out the Regular Expressions Article Index. Also, your regular expressions questions can be answered at the Regular Expressions Forum at ASPMessageboard.com.ASP > Tips and Tutorials > DevelopmentOct 10, 2006
In this article I have cut out the majority of the methods that perform the sorting and filtering to facilitate the learning process. These simplified classes will allow you to quickly grasp and learn to use a dynamic array that holds a dynamic array of objects (both dynamic arrays being objects themselves). Please keep in mind that this code is for Active Server Pages 3.0 (the version of ASP that is part of IIS 5.0, which ships with Windows 2000).
Ever since the first version of ASP there have been arguments over what is the best way to produce ASP pages - whether to take it from an HTML point of view, and intersperse bits of ASP where necessary, or whether to treat the page as a program that simply outputs HTML through a buffer/stream. This article briefly compares the performance of three different methods when producing identical output, and provides an insight into what performance we can expect from the ASP.Net platform.
How often have you wanted to pass information in a array from one page to another ? I wanted to do it many times but used many things like session variables and application variables till I found the better way of doing it ! Using Split and Join Functions. Join() can put the values of your data in a array in a string seperated by a given charater. This data can then be put into a querystring and then be passed to the next page. You can now retrieve the values in the querystring and Split() them. Just use the function with the same character you has used to join them. And you have the data in a new array
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.