HomeCommunityControl GalleryNavigation ControlsBreadCrumbs

BreadCrumbs



Submit a Review

123 Downloads

2,970 Views


Description

1) BreadCrumbsExtender allow you to select hierarchical data path in ajaxControlToolkit stile. 2) UpdatePanelExtender allow you to start long operations in backgroung thread with client pooling of process state.

Syntax Example

<asp:LinkButton ID="nGUPathLink" runat="server" Text="Ukraine" /> <asp:BreadCrumbExtender id="nGUPathEx" runat="server" ServicePath="~/WebServices/GeographicUnitsWS.asmx" ServiceMethod="GetPath" TargetControlID="nGUPathLink" CompletionListItemCssClass ="BreadcrumbItem" CompletionListHighlightedItemCssClass="BreadcrumbMenuItem_Hiligth" CompletionListCssClass="BreadcrumbMenuPanel" CompletionListHoverCssClass="BreadcrumbMenuPanelHover" DropArrowBackColor="Transparent" MinSelectableLevel="1"/>

Reviews

Submit a review