Search

You searched for the word(s): userid:873729

Matching Posts

  • Making URL values case insensitive

    I'm having issues writting logic that will ignore case of a value provided in the query string of a URL (e.g. www.mystate.com/page.aspx?LeadSource=Value) where "Value" is the portion I don't care if the user enters "value, VALUE, VaLuE" as long as the code behind translate all of those items into "Value." If the user provides the incorrect value they're redirected to a 404 page, not good. We are using code behind to define these values, another code behind
    Posted to Web Forms (Forum) by trunkmusic75 on 10/6/2009
  • Converting the case of URLs

    Afternoon, I'm not a software engineer, but I'm learning quickly, so if you have the patience to help me out I'd appreciate it. I'm trying to manage a handful of pages at my company created by a developer no longer with us, his mehtods are very smooth and reliable, however, the only thing I can't seem to resolve is the case in urls. He's using xml to generate aspx pages, we were orignally creating unique urls for different lead sources (e.g. lead_1.aspx, lead_2.aspx) and all
    Posted to Web Forms (Forum) by trunkmusic75 on 10/2/2009
  • Re: Converting the case of URLs

    I will give it the old college try. Thanks again.
    Posted to Web Forms (Forum) by trunkmusic75 on 10/2/2009
  • URI Redirects

    Good Afternoon, My question is quite lengthy and I will do my best to provide full details to present my issue clearly. Task: I want to redirect certain urls to specific pages Items: 1. I'm inserting the old urls into a db table and in this same table I'm associating the new path 2. I have logic in place to connect to the DB and query this table to retrieve the new path 3. A custom 404 error page Problem: Not all of the Urls are absolute, some are just relative (e.g. /InvalidLink.htm, /index
    Posted to C# (Forum) by trunkmusic75 on 7/1/2009
    Filed under: redirects, 301
  • Redirects using Code Behind

    Good Afternoon, We have a handful of content pages which are no longer around, so we would like to redirect users to alternative pages w/o causing a bad user experience and only generate our 404 custom error page when it's absolutely necessary. We've established a table in our db to handle redirects, providing the old value and assigning the new value. In addition we've created a custom 404 page, with the code behind on this page we're trying to submit 301 codes along with providing
    Posted to Getting Started (Forum) by trunkmusic75 on 6/4/2009
    Filed under: redirects, 301
Page 1 of 1 (5 items)
Microsoft Communities