Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Remove Space

Remove Space

Scheduled Pinned Locked Moved ASP.NET
tutorialcsharpasp-net
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    shanthi jothi
    wrote on last edited by
    #1

    Hi, How to remove the blank spaces in middle in the string using asp.net 2.0 Example Reminder 1 replace Reminder1

    A B C 3 Replies Last reply
    0
    • S shanthi jothi

      Hi, How to remove the blank spaces in middle in the string using asp.net 2.0 Example Reminder 1 replace Reminder1

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      shanthi jothi wrote:

      Example Reminder 1 replace Reminder1

       string strOrginal = "Reminder 1";
       string strReplace=strOrginal.Replace(" ","");
      

      BTW : Its is nothing related with asp.net, its just simple C# code. :laugh:

      cheers, Abhijit

      S 1 Reply Last reply
      0
      • S shanthi jothi

        Hi, How to remove the blank spaces in middle in the string using asp.net 2.0 Example Reminder 1 replace Reminder1

        B Offline
        B Offline
        Brij
        wrote on last edited by
        #3

        You should buy a basic C# book study it carefully.

        Cheers!! Brij

        1 Reply Last reply
        0
        • A Abhijit Jana

          shanthi jothi wrote:

          Example Reminder 1 replace Reminder1

           string strOrginal = "Reminder 1";
           string strReplace=strOrginal.Replace(" ","");
          

          BTW : Its is nothing related with asp.net, its just simple C# code. :laugh:

          cheers, Abhijit

          S Offline
          S Offline
          shanthi jothi
          wrote on last edited by
          #4

          Thankyou very much

          1 Reply Last reply
          0
          • S shanthi jothi

            Hi, How to remove the blank spaces in middle in the string using asp.net 2.0 Example Reminder 1 replace Reminder1

            C Offline
            C Offline
            Christian Graus
            wrote on last edited by
            #5

            Apart from learning some C#, you should understand ASP.NET well enough to understand that this is NOT an ASP.NET question. It's a 'I really don't know C# at all and should not be working on websites until I've read a basic book and learned to use google' question. those go in the C# forum.

            Christian Graus Driven to the arms of OSX by Vista.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups