Browse by Tags

Related Posts

  • SiteMapProvider with no menu/treeview wont change at runtime

    Hi, I am creating a menu on a page, but its too complicated to use with the Menu control. So during runtime I loop through a sitemap and building up a HTML string which I then output to screen. This works fine until I attempt to change the SiteMapProvider - it wont change, it just stays on the same one...
    Posted to Master Pages, Themes and Navigation Controls (Forum) by chisays on 07-14-2008, 12:00 AM
    Filed under: navigation sitemapprovider sharepoint, page load, sitemap, sitemap menu tree view, sitemap menu multiple, Sitemap and Menu, sitemap menu, sitemap navigation, sitemap provider, siteMap roles Web.sitemap Web.config Menu Scurity, sitemap sitemapnode url, SiteMapDataSource, SiteMapNode, SiteMapPath, SiteMapPath SiteMap, SiteMapProvider, .net, .net 2.0 navigation controls tree view......, .net 2.0 Page Load problem, asp .net 2.0, ASp 2.0 Master pages, Asp .net, asp .net., ASP.NET, asp.net 2.0, asp.net 2.0, master page, master page menu control, master page navigation, master pages, master pages and site navigation, MasterPages, menu, Menu Control, menu Control sitemap, menuControl, masterpage dynamic run time master page generate select, masterPage pages, ASP .net2.0, asp 2.0, .cs, Master Page - Web Control, Master Page - Web Control, .NET 2.0 master page contentpage, master pages and navigation, masterPage, masterPage contententPlaceholder menu web.sitemap sitemapdatasource, .ASPX, navigation, .NET 2.0, Master pages menu webcontrol
  • Re: Rendering controls

    Hi, I have a solution for this, the same I already implemented in my applications. also its working for more than 1000 web forms in my company. Make use of following BasePage 1 public class BasePage:Page 2 { 3 protected override void Render(HtmlTextWriter writer) 4 { 5 Control Form = GetFormControl(...
    Posted to Web Forms (Forum) by Manikandan.net on 06-06-2007, 12:00 AM
    Filed under: user control, .net, ASP.NET Futures, CustomControl, master page, Master Pages, MasterPages, .aspx.vb, create web form, User Controls, user Controls master pages
  • Fast way to loop thru all controls on a webpage (VB.NET 2.0)

    The following code allows you to easilly loop thru all webpage controls and change their settings. For example change all ToolTips of the existing Textboxes: Code into PageLoad: Dim strToolTip = "HELP" FindToolTipControl(Page.Controls, strToolTip) ' or: FindToolTipControl(mainTable.Controls, strToolTip...
    Posted to Tips & Tricks (Forum) by DennisBetten on 01-24-2007, 12:00 AM
    Filed under: Page.FindControl, Web Controls, .net, ASP.NET 2.0, ASP.NET 2.0 VB.NET, Controlparameter, controls, FindControl, Master Pages, masterpage usercontrol, MasterPages
  • MouseOver effects when using asp:menu and asp:menuItem in masterpages

    Hi i'm new here I have a menu, built using asp:menu and asp:menuitem, which is located on a master page. The interface of the menu is built using .gif images set using the css background-image property E.G <asp:menu id="menu1" runat="server" Orientation="Horizontal"> <Items> <asp:MenuItem...
    Posted to Web Forms (Forum) by leoforio on 01-19-2007, 12:00 AM
    Filed under: .net, ASP.NET 2.0, asp.NET 2.0 C#, CSS, Master Pages, MasterPages, Menu
Page 1 of 1 (4 items)