Link to home
Start Free TrialLog in
Avatar of Matt Pinkston
Matt Pinkston

asked on

SharePoint Custom Code (Submit/Cancel) button handling

SharePoint, XLS, ASP

Submit/Cancel buttons would like Submit to save but stay on same page

                                    <td class="ms-toolbar" nowrap="nowrap">
                                          <SharePoint:SaveButton runat="server" ControlMode="Edit" id="savebutton2"/>
                                    </td>
                                    <td class="ms-separator">
                                          <xsl:text xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime" ddwrt:nbsp-preserve="yes" disable-output-escaping="yes">&amp;nbsp;</xsl:text>
                                    </td>
                                    <td class="ms-toolbar" nowrap="nowrap" align="right">
                                          <SharePoint:GoBackButton runat="server" ControlMode="Edit" id="gobackbutton2"/>
                                    </td>
ASKER CERTIFIED SOLUTION
Avatar of Uttam (Kukdai) Dhakal
Uttam (Kukdai) Dhakal
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Matt Pinkston
Matt Pinkston

ASKER

the article helped thanks