Browse by Tags

Related Posts

  • Re: How to Control the Length of a multiline text box

    How about using RegularExpressionValidator to validate length of TextBox it will also take care of serverside validation. following sample code shows how to use that. Run sample code 1 <%@ Page Language="C#" %> 2 < html > 3 < head id= "Head1" runat= "server" > 4 < title >Multiline...
    Posted to Client Side Web Development (Forum) by Jigar on 01-07-2007, 12:00 AM
    Filed under: Validation, RegularExpressionValidator, Regex
  • Help: How to analyse a web page.

    I require some help / sample code (ASP.Net 2.0 / vb.net preferred) that can help me analyse a web page. The sort of breakdown required: 1. All displayable text in a string. 2. Word Count 3. Each word listed together with the number of times the word appears. 4. All URL’s listed showing the link text...
    Posted to Web Forms (Forum) by Socrates470BC on 01-13-2007, 12:00 AM
    Filed under: RegEx, ASP.NET 2.0, search engine optimization, Web Forms, validation, crawlers
  • Validation to exclude SSN from textbox

    Help! I need a validation control that will catch when users enter a social security number pattern in a textbox (with or without other content) and display its error message. Anyone have one or know how to use the standard controls to this effect? I've looked at RegExLibrary.com and have tinkered a...
    Posted to Web Forms (Forum) by julez on 01-03-2007, 12:00 AM
    Filed under: form, RegEx Match, RegEx, Web Controls, ASP.NET 2.0, Validators, forms, validation, validate
  • Help with Regular Expression Validator

    Here is what I want to accomplish: 1- User must enter 1 - 250 characters (numbers, letters, symbols, blank spaces) 2- User must enter 1-7 lines (if user hit the "enter" key for the 8th line, the expression would catch it) Here is what I have so far: (.|\r|\n){1,255} Can you please help me?
    Posted to Getting Started (Forum) by cunharubens on 07-28-2007, 12:00 AM
    Filed under: regular expression, regex, TextBox, regex alphanumeric validation, validation, textbox validation, multiline texbox validation
Page 1 of 1 (4 items)