Results 1 to 2 of 2

Thread: How to set buttons enabled property to true on textbox event TextChanged without post

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2022
    Posts
    2

    How to set buttons enabled property to true on textbox event TextChanged without post

    Hi,

    Using visual studio 2019. asp.net with vb.

    Trying to dynamically change multiple things client side including a buttons enabled state without posting.

    Thanks

  2. #2

    Thread Starter
    New Member
    Join Date
    Aug 2022
    Posts
    2

    Re: How to set buttons enabled property to true on textbox event TextChanged without

    using

    Code:
    Protected Sub txtShip_TextChanged(sender As Object, e As EventArgs) Handles txtShip.TextChanged
        btnAddShip.Enabled = True
    End Sub
    Last edited by dday9; Aug 9th, 2022 at 08:23 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width