Browse by Tags

Related Posts

  • Re: Removing Special Characters - Part Two

    Then I found a function called Regex.Replace to find and clean out the bad characters. See Book: Visual Basic.Net Text Manipulation Handbook by Francois Liger, Craig McQueen, Paul Wilton http://www.amazon.com/Visual-Basic-NET-Manipulation-Handbook/dp/1861007302/ref=sr_1_1/105-6128760-9736442?ie=UTF8&s...
    Posted to XML and XmlDataSource Control (Forum) by smcirish on 10-24-2007, 12:00 AM
    Filed under: Regex.Replace
  • replace function for spcial charecters in c#

    hi guys pls help me out! i have an issue with replace function., when i enter some text in a textbox as "TEXT+BOX " the function must replace the "+" charecter as "_" this is what i have written for a replace function String myString =txt_Asset.Text; myString = Regex.Replace...
    Posted to Getting Started (Forum) by ram_krish86 on 11-21-2007, 12:00 AM
    Filed under: string, special characters, replace, Regex.Replace
  • Re: Textbox issues

    Make sure you use good edit checks/data clean up routines if you use multi-line. I had trouble when users would copy/paste from Excel. See this post on data cleanup for special characters: http://forums.asp.net/t/1174006.aspx
    Posted to Web Forms (Forum) by smcirish on 03-25-2008, 12:00 AM
    Filed under: Regex.Replace
  • Re: textbox

    You can use a range validation check. For other kinds of data cleanup/special characters, see this post. http://forums.asp.net/t/1174006.aspx
    Posted to Web Forms (Forum) by smcirish on 03-25-2008, 12:00 AM
    Filed under: Regex.Replace
  • Re: RegularExpressionValidator question..

    http://forums.asp.net/t/1174006.aspx See this post on using REGEX with your existing text boxes.
    Posted to Getting Started (Forum) by smcirish on 05-09-2008, 12:00 AM
    Filed under: Regex.Replace
Page 1 of 1 (5 items)