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. [Message Deleted]

[Message Deleted]

Scheduled Pinned Locked Moved ASP.NET
7 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.
  • M Offline
    M Offline
    Masood Kochi SSF
    wrote on last edited by
    #1

    [Message Deleted]

    C E 2 Replies Last reply
    0
    • M Masood Kochi SSF

      [Message Deleted]

      C Offline
      C Offline
      Colwin
      wrote on last edited by
      #2

      You will have to use the onclick event of the textbox and call a javascript function that will set the text of the textbox to ""

      onclick="make_blank();"

      function make_blank()
      {
      var textbox = document.getElementById("")//your textbox id goes here
      if(textbox!=null)
      {
      textbox.value="";
      }
      }

      modified on Monday, June 23, 2008 2:28 AM

      M R 2 Replies Last reply
      0
      • C Colwin

        You will have to use the onclick event of the textbox and call a javascript function that will set the text of the textbox to ""

        onclick="make_blank();"

        function make_blank()
        {
        var textbox = document.getElementById("")//your textbox id goes here
        if(textbox!=null)
        {
        textbox.value="";
        }
        }

        modified on Monday, June 23, 2008 2:28 AM

        M Offline
        M Offline
        Masood Kochi SSF
        wrote on last edited by
        #3

        onclick event of textbox .. is Sure? if yes where is it ?

        C 1 Reply Last reply
        0
        • C Colwin

          You will have to use the onclick event of the textbox and call a javascript function that will set the text of the textbox to ""

          onclick="make_blank();"

          function make_blank()
          {
          var textbox = document.getElementById("")//your textbox id goes here
          if(textbox!=null)
          {
          textbox.value="";
          }
          }

          modified on Monday, June 23, 2008 2:28 AM

          R Offline
          R Offline
          Rajesh B Prajapati
          wrote on last edited by
          #4

          onClinetclick="make_blank();"

          rajeshprajapati

          C 1 Reply Last reply
          0
          • R Rajesh B Prajapati

            onClinetclick="make_blank();"

            rajeshprajapati

            C Offline
            C Offline
            Colwin
            wrote on last edited by
            #5

            Rajesh B Prajapati wrote:

            onClinetclick="make_blank();"

            Don't you mean onClientClick="make_blank();"? onclick also works as far as i know

            1 Reply Last reply
            0
            • M Masood Kochi SSF

              onclick event of textbox .. is Sure? if yes where is it ?

              C Offline
              C Offline
              Colwin
              wrote on last edited by
              #6

              Modified my previous post. look it over

              1 Reply Last reply
              0
              • M Masood Kochi SSF

                [Message Deleted]

                E Offline
                E Offline
                eyeseetee
                wrote on last edited by
                #7

                Doesnt that annoy you , that you spend time answeing a post then they delete so no one else can use it in the future...

                We are not a Code Charity

                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