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. How make this simple work works?

How make this simple work works?

Scheduled Pinned Locked Moved ASP.NET
question
4 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.
  • C Offline
    C Offline
    cylix2000
    wrote on last edited by
    #1

    a.aspx

    a.aspx.vb Private Sub masterNo_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles masterNo.TextChanged btnSearch.Enabled = True End Sub I generate all these by Visual Stdio 2003, but it have no response when I type something on the textbox "masterNo". Any body knows? Thx! -- modified at 21:06 Tuesday 24th January, 2006

    I E R 3 Replies Last reply
    0
    • C cylix2000

      a.aspx

      a.aspx.vb Private Sub masterNo_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles masterNo.TextChanged btnSearch.Enabled = True End Sub I generate all these by Visual Stdio 2003, but it have no response when I type something on the textbox "masterNo". Any body knows? Thx! -- modified at 21:06 Tuesday 24th January, 2006

      I Offline
      I Offline
      ice hotty
      wrote on last edited by
      #2

      maybe the click event had lose . reset the click event at the webpage try it ..:-D Study...

      1 Reply Last reply
      0
      • C cylix2000

        a.aspx

        a.aspx.vb Private Sub masterNo_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles masterNo.TextChanged btnSearch.Enabled = True End Sub I generate all these by Visual Stdio 2003, but it have no response when I type something on the textbox "masterNo". Any body knows? Thx! -- modified at 21:06 Tuesday 24th January, 2006

        E Offline
        E Offline
        enjoycrack
        wrote on last edited by
        #3

        Are you make sure that you associated the func masterNo_TextChanged to the TextChanged event handler? IMO, I'd suggest you do this by JS...You can hook onkeypress event handler for the textbox... << >>

        1 Reply Last reply
        0
        • C cylix2000

          a.aspx

          a.aspx.vb Private Sub masterNo_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles masterNo.TextChanged btnSearch.Enabled = True End Sub I generate all these by Visual Stdio 2003, but it have no response when I type something on the textbox "masterNo". Any body knows? Thx! -- modified at 21:06 Tuesday 24th January, 2006

          R Offline
          R Offline
          rs_net
          wrote on last edited by
          #4

          hi, this is the answer. AutoPostBack=True runat="server" MaxLength="6" BorderStyle="Groove" Width="80px"> regards rs_net

          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