or
| <asp:ObjectDataSource ID="DocLinkViewDataSource" runat="server" TypeName="DocumentsManager" | |
| SelectMethod="getDocumentBranchLinkDS" | |
| InsertMethod="CreateDocumentBranchLink" | |
| UpdateMethod="UpdateDocumentBranchLink" | |
| DeleteMethod="DeleteDocumentBranchLink"> | |
| ....... | |
| <DeleteParameters> | |
| <asp:Parameter Name="BranchDatabase" Type="String" /> | |
| <asp:Parameter Name="DocumentID" Type="String" /> | |
| <asp:Parameter Name="BusinessType" Type="String" /> | |
| </DeleteParameters> | |
| </asp:ObjectDataSource> |
| Public Sub DeleteDocumentBranchLink(ByVal BranchDatabase As String, _ | |
| ByVal DocumentID As String, ByVal [BusinessType] As String) |
| function Sys$WebForms$PageRequestManager$_endPostBack(error, response) { |
| // DevDiv Bugs 130268: There could have been a 2nd request that started while this one was being |
| // processed. Detect this by comparing the request for the current response to the _request field, |
| // which stores the latest request that has begun. If they are different, do not clear the state |
| // data that will be required by the 2nd request's response. |
| if (this._request === response.get_webRequest()) { |
| this._processingRequest = false; |
| this._additionalInput = null; |
| this._request = null; |
| } |
| var handler = this._get_eventHandlerList().getHandler("endRequest"); |
| var errorHandled = false; |
| if (handler) { |
| var eventArgs = new Sys.WebForms.EndRequestEventArgs(error, this._dataItems, response); |
| handler(this, eventArgs); |
| errorHandled = eventArgs.get_errorHandled(); |
| } |
| // DevDiv Bugs 130268: See above |
| if (!this._processingRequest) { |
| this._dataItems = null; |
| } |
| if (error && !errorHandled) { |
| // DevDiv 89485: throw, don't alert() |
| throw error; |
| } |
| } |
| <form id="form1" runat="server"> |
| <telerik:RadScriptManager ID="RadScriptManager1" Runat="server"> |
| </telerik:RadScriptManager> |
| <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" |
| EnableHistory="True"> |
| <AjaxSettings> |
| <telerik:AjaxSetting AjaxControlID="btnSearch"> |
| <UpdatedControls> |
| <telerik:AjaxUpdatedControl ControlID="InputAgent" /> |
| </UpdatedControls> |
| </telerik:AjaxSetting> |
| </AjaxSettings> |
| </telerik:RadAjaxManager> |
| <asp:FormView |
| ID="InputAgent" |
| Height="250px" Width="926px" |
| DefaultMode="Edit" |
| DataKeyNames="ID,Version" |
| DataSourceID="srcAgent" |
| AllowPaging="true" |
| PagerSettings-Visible="false" |
| OnItemUpdated="frmAgent_ItemUpdated" |
| runat="server" HorizontalAlign="Left" |
| > |
<
telerik:RadFormDecorator ID="RadFormDecorator1" Skin="Web20" runat="server" DecorationZoneID="zonPersonalSettings" />
<div id"zonPersonalSettings">
<
asp:button ID="btnChooseRegion" runat="server" onclick="btnChooseRegion_Click"
Text="Region"/>
<hr />
<asp:button runat="server" Text="LoggaUt" id="Button1"
onclick="btnLogout_Click"></asp:Button>
</div>
The button´s graphics are rendered wrong so its only the left side of the image showing.
(like if it was the same problem on this forum it would only be the green bit on the "Post" buttons here on the forum)
Have i uploaded the graphics wrong somewhere or why isnt my buttons showing? (its the same error or all Skins im using, only left bit showing)