[CLOSED] Button enabled?

  1. #1

    [CLOSED] Button enabled?

    hi! I have a problem with Buttons, why if I have Button.Enabled=False when i click i always get the event on server side?
    is it wrong??

    This is my temporal solution

    Protected Sub btnAceptar_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnAceptar.Click
            If btnAceptar.Enabled = True Then
    
            End if
    End Sub

    Thanks for the help!!
    Ariel
  2. #2

    RE: [CLOSED] Button enabled?

    Hi Ariel,

    In 0.6 this fixed. For now you can used Disabled instead Enabled

  3. #3

    RE: [CLOSED] Button enabled?

    Ok Thanks!! I looking forward for the next version!!

  4. #4

    RE: [CLOSED] Button enabled?



    Hi Ariel,

    The best forum to post your technical support questions is the community "Help" forums.

    The "Open Discussions" forum is typically used for general discussions that do not necessarily focus on a specific technical support question.

    I'm moving your post to the Help forums. Thx.
    Geoffrey McGill
    Founder
  5. #5

    RE: [CLOSED] Button enabled?

    Thanks!! again!

    Ariel
    Buenos Aires, Argentina

Similar Threads

  1. [CLOSED] Button Enabled in code behind
    By CMA in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Aug 01, 2013, 5:18 AM
  2. Replies: 2
    Last Post: Aug 28, 2012, 10:26 AM
  3. [CLOSED] Textfield losing focus when button is enabled
    By RCM in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 29, 2012, 8:07 PM
  4. [CLOSED] [1.0] - Toolbar Button looks enabled when Disabled = true
    By drkoh in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 01, 2010, 5:36 PM
  5. [CLOSED] Enabled
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 18, 2008, 8:41 AM

Posting Permissions