Search

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

Matching Posts

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

    Here's how I got it working with FCKEditor 2.3.2 (FCKEditor .NET 2.2) In my web control page_load code, I register the client script and add an onsubmit to my link button (called lbSave here). If Not Page.IsPostBack Then If Not Page.ClientScript.IsClientScriptBlockRegistered("FCKAjaxHack") Then Page.ClientScript.RegisterClientScriptBlock(Me.GetType(), "FCKAjaxHack", String.Format("<script type=""text/javascript"" src='{0}'></script>"
    Posted to ASP.NET AJAX UI (Forum) by frankosaurus on 10/27/2006
  • Re: Modal Popup with Server-Side search

    Thanks... this is a good start for me.
    Posted to ASP.NET AJAX UI (Forum) by frankosaurus on 10/23/2006
  • Modal Popup with Server-Side search

    I'm building a data-driven ASP.NET page for processing phone orders. The page starts out with a listing of the items contained in the order, and the user's billing/shipping info. I'd like to feature a popup that lets the operator search for additional products to add to the order. Sort of like the modal popup control, but with a Textbox for keyword searches, submit button, and a DataGrid for results. The results grid will have linkbuttons by each search result to add it to the order.
    Posted to ASP.NET AJAX UI (Forum) by frankosaurus on 10/23/2006
    Filed under: ModalPopupExtender, ajax
Page 1 of 1 (3 items)