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. response.write

response.write

Scheduled Pinned Locked Moved ASP.NET
helptutorialquestion
4 Posts 2 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.
  • K Offline
    K Offline
    Kissy16
    wrote on last edited by
    #1

    Dear all, I want to print blank space between two string like following using For Each arrStr As String In strSplitArr If (arrStr <>"") Then Response.Write(arrStr) 'here i want print with space like following Response.Write(arrStr+" ") End If Next With response.write how to print blank space.How to use a tab space in response.write? If any bode help is apreaciable.

    kissy

    A 1 Reply Last reply
    0
    • K Kissy16

      Dear all, I want to print blank space between two string like following using For Each arrStr As String In strSplitArr If (arrStr <>"") Then Response.Write(arrStr) 'here i want print with space like following Response.Write(arrStr+" ") End If Next With response.write how to print blank space.How to use a tab space in response.write? If any bode help is apreaciable.

      kissy

      A Offline
      A Offline
      Arindam Tewary
      wrote on last edited by
      #2

      Try Response.Write(" "); for multiple space repeat the string " " inside Response.Write().

      Thanks, Arindam D Tewary

      K 1 Reply Last reply
      0
      • A Arindam Tewary

        Try Response.Write(" "); for multiple space repeat the string " " inside Response.Write().

        Thanks, Arindam D Tewary

        K Offline
        K Offline
        Kissy16
        wrote on last edited by
        #3

        Thanks for the reply.It worked for me.

        kissy

        A 1 Reply Last reply
        0
        • K Kissy16

          Thanks for the reply.It worked for me.

          kissy

          A Offline
          A Offline
          Arindam Tewary
          wrote on last edited by
          #4

          Glad to help you :)

          Thanks, Arindam D Tewary

          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