Modifying style of OK/Cancel buttons

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Modifying style of OK/Cancel buttons

    Im trying to modify the Update and Cancel button's style respectively. I
    have successfully done so to the Edit button but am not sure what the best
    event is to add the style attribute to.

    Can anyone help?




    Learning SQL Server Guest

  2. Similar Questions and Discussions

    1. Where are the Update/Cancel buttons?
      Hi all! I have a treeview. (Irrelevant). In the target page I have a DataGrid populated with several data Items (a SQL SP resultset as a...
    2. Column Update Cancel buttons disappear on databinding
      I created an application with a datagrid that allows users to place an entire column in edit mode. There is also a hyperlink column that allows...
    3. Problem with Update & Cancel buttons not showing up
      I've got a data grid that has a column for the Edit/Update/Cancel button. The grid loads and all the appropriate data loads as expected. But, when...
    4. css Style for the buttons in the button column
      hi, is it possible to set a css Style for the buttons in the button column in a grid? how can i do it?? thanks peter
    5. Form Save and Cancel Buttons
      I've created a Save and Cancel button on my form but they are not working as they should. I want the save button to save the data and close the...
  3. #2

    Default Re: Modifying style of OK/Cancel buttons

    Sorry - when the EditCommand event is fired for teh Datagrid control...



    "John Saunders" <john.saunders@surfcontrol.com> wrote in message
    news:ukuX5aHXDHA.2576@TK2MSFTNGP09.phx.gbl...
    > "Learning SQL Server" <no.mail.com> wrote in message
    > news:%23AOSBZHXDHA.2524@TK2MSFTNGP09.phx.gbl...
    > > Im trying to modify the Update and Cancel button's style respectively. I
    > > have successfully done so to the Edit button but am not sure what the
    best
    > > event is to add the style attribute to.
    > >
    > > Can anyone help?
    >
    > The Update and Cancel buttons of what?
    > --
    > John Saunders
    > Internet Engineer
    > [email]john.saunders@surfcontrol.com[/email]
    >
    >

    Learning SQL Server Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139