2681Compare strings, find positionhttp://www.asptutorial.info/sscript/Comparestrings.aspSelf explaining sort scripts to show how to compare strings: Basics, Compare two strings for similarity, Find position of a substrings within a string, Is a substrings within a string?, Find position of a substrings within a string after skipping part of the string.ASP > Tips and Tutorials > DevelopmentOct 10, 2006
Stylus Systems is a Internet Technology company located in Bangalore India. One of our mottos is "a quality process creates a quality product." Please keep this motto in mind as you learn from this online course. Please contact us if you have any programming needs.
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
Most of this file is plain HTML. It is simply streamed out to the browser as-is. The section of JavaScript wrapped in a <% %> is called a render block.
Use dependent listboxes for example to let a user choose a rep in a reps listbox and then have only the customers for that rep be shown in the customers listbox
Cascading Style Sheets (CSS) are used to separate style and layout rules from HTML content. Normally these rules are stored in a separate file called a cascading style sheet. By setting properties for a tag or class once, its appearance is changed everywhere it is displayed. CSS can save you an incredible amount of time both developing and maintaining your Web sites, and they promote display consistency across multiple pages. For an introductory article on style sheets go to http://wdvl.internet.com/Authoring/Style/Sheets/. The remainder of this article will assume a working knowledge of style sheets.
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.