Search

You searched for the word(s): userid:865198

Matching Posts

  • Re: FYI: How to make FCKeditor work in an UpdatePanel

    I made a minor tweak to ajitsatpathy's code (converted to VB.NET, used ScriptManager instead of Page.ClientScript) and it worked for me ScriptManager.RegisterOnSubmitStatement(Me, Me.GetType(), "AjaxHack", "for ( var i = 0; i < parent.frames.length; ++i ) if ( parent.frames[i].FCK ) parent.frames[i].FCK.UpdateLinkedField();")
    Posted to ASP.NET AJAX UI (Forum) by skrowl on 9/10/2009
  • Re: Sitemap links open in a new window

    I realize this post is ancient, but here's how I solved it. If it's an ON SITE link, I make the navigaterul something like "/Whatever.aspx". If it's an OFF SITE (new window) link, it will always start with "http://" or "https://", therefore: Protected Sub mnuMain_MenuItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.MenuEventArgs) Handles mnuMain.MenuItemDataBound If Not Page.IsPostBack Then 'Make off site links load in a new
  • Re: Css Friendly Adapters - asp.net Horizontal Menu - IE6

    I'm having this same problem to. With no widths specified, it looks great in IE7, IE8, Firefox, and Chrome. IE6 is the only one that isn't working. If I do as Bend did and set a fixed width for everything, it renders in IE6 but that doesn't really work for me as some of my menu items are 4 characters long ("Home") and some are as many as 20 characters long. PLEASE HELP!! This site has to go live this Friday and the IE6 menu issue is the only thing holding us up! Here is my CSS
    Posted to CSS Friendly Control Adapters (Forum) by skrowl on 4/15/2009
Page 1 of 1 (3 items)