changing imagebutton

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • hal

    #1

    changing imagebutton

    I'm trying to change the visibility of an imagebutton on a page after
    all the controls have been used. When the page loads it displays a
    disabled imagebutton1, but it's visible and imagebutton2 is
    invisible. I have three controls a dropdownlist, textbox, and a
    checkbox. I can get imagebutton1 to become invisible and imagebutton2
    to become visible when the selectedindex changes for the dropdownlist
    and checkbox individually. First I need to figure out how to switch
    between imagebuttons when the user starts typing text in the textbox.
    Then I need to figure out how to only change the image buttons once
    all three controls have been used.

    Thanks
  • =?Utf-8?B?YnJ1Y2UgYmFya2Vy?=

    #2
    RE: changing imagebutton

    this is all trival javascript/css. pickup any javascript cookbook

    -- bruce (sqlwork.com)


    "hal" wrote:
    I'm trying to change the visibility of an imagebutton on a page after
    all the controls have been used. When the page loads it displays a
    disabled imagebutton1, but it's visible and imagebutton2 is
    invisible. I have three controls a dropdownlist, textbox, and a
    checkbox. I can get imagebutton1 to become invisible and imagebutton2
    to become visible when the selectedindex changes for the dropdownlist
    and checkbox individually. First I need to figure out how to switch
    between imagebuttons when the user starts typing text in the textbox.
    Then I need to figure out how to only change the image buttons once
    all three controls have been used.
    >
    Thanks
    >

    Comment

    Working...