Browse by Tags

Related Posts

  • Conversion help!

    Hi there all Ok I've been developing a site in ASP.net 2 using VS2008 and wanted to use a modal popup to capture some data. So I've used teh jQuery version which is fine but makes it a bit tough to get the data from the fields. So, I've converted my site to use the 3.5 framework and want...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by markasquith on 12-11-2008, 12:00 AM
    Filed under: ajax, masterpage
  • Adding history points with scriptmanagerproxy when using master/content pages with .net 3.5 SP1

    Hi Everyone, here is an easy question regarding the new addhistory points methid with .net 3.5 SP1. As you all know one of the advantages of the .net 3.5 SP1 release is that the fact that you can add history points in the browser so that you can do a back page when a ajax function does a partial page...
    Posted to ASP.NET AJAX Networking and Web Services (Forum) by christopher_robin on 08-17-2008, 12:00 AM
    Filed under: scriptmanagerproxy, .net 3.5 framework, ajax, masterpage
  • PageRequestManagerTimeoutException on terminal servers?!

    Hello all, I made a webform application with ajax. You have to log in and when authenticated you can navigate to a page which contains a dropdownlist. When you select something in this dropdownlist, it executes an ajax callback to the code-behind. (It shows a turning GIF-file and does the needed methods...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by MarcMeers on 06-01-2007, 12:00 AM
    Filed under: updatepanel, ajax, AJAX ASP.NET, AJAX FOR ASP NET 2.0, ajax.net, asp AJAX .net updatepanel, ASP.NET AJAX Extensions, asynchronous, error script manager, errors, Microsoft ASP.NET 2.0 AJAX Extensions, webforms, MasterPage, ajax .NET2.0
  • Re: updatepanel w/ masterpage?

    OK I’ve come up with a work around for this. I’ve created a custom control called EventProxy in my project that has a public event EventProxied and a public method ProxyEvent(EventArgs e). For each control or User control event on your page that you want to use as an async postback trigger on an update...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by Damian.Edwards on 03-19-2007, 12:00 AM
    Filed under: ajax, AsyncPostBackTrigger, MasterPage
  • Re: Question about UpdatePanel Triggers in a MasterPage

    OK I’ve come up with a work around that I think is a bit nicer than the dummy button thing. I’ve created a custom control called EventProxy in my project that has a public event EventProxied and a public method ProxyEvent(EventArgs e). For each control or User control event on your page that you want...
    Posted to ASP.NET AJAX UI (Forum) by Damian.Edwards on 03-19-2007, 12:00 AM
    Filed under: ajax, AsyncPostBackTrigger, MasterPage
  • Re: Trigger Update Panel from button on different ContentPanel

    Thanks to marathi for putting me on the right track since no final post was here I thought I would add my derived solution. Basically if you place the UpdatePanel control in the master page and around both content panels you can still place the Trigger in the child page where the triggering control is...
    Posted to ASP.NET AJAX UI (Forum) by seanpkelly on 03-14-2007, 12:00 AM
    Filed under: Update Panel, updatepanel, MasterPage, ajax
  • Scriptmanager1.setfocus implementation on content page

    I have a master page that contains the following context: <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="true" > </asp:ScriptManager> My content page has an update panel and my ajax events are working great, however, I do not know how to implement the scriptmanager1...
    Posted to ASP.NET AJAX UI (Forum) by pmclinn on 03-04-2007, 12:00 AM
    Filed under: setfocus, "Update Panel", ajax, MasterPage
  • AJAX Master Page problem: ContentPlaceHolder1 triggering ContentPlaceHolder2?

    How do I get my content in one place holder to trigger an update panel in another? Here is my code: 1 <asp:Content ID= "NavigationContent" ContentPlaceHolderID= "NavigationPlaceHolder" runat= "server" > 2 <asp:LinkButton ID= "btnViewGalleries" runat= "server" Text= "View Galleries" CausesValidation...
    Posted to ASP.NET AJAX UI (Forum) by alivemedia on 02-09-2007, 12:00 AM
    Filed under: trigger, upadatepanel, Content Page, MasterPage, ajax
  • Design approaches, AJAX of Master pages

    Hello ! I'm migrating a website, all done with frames, from VS2003 to VS2005. The layout of the website is a classical three columns with a header and a footer. I want to remove frames but I would like advice on wether to use Master page or only AJAX. Using AJAX, I would have one main page with the header...
    Posted to ASP.NET AJAX UI (Forum) by ClaudeVernier on 01-05-2007, 12:00 AM
    Filed under: ajax, MasterPage
  • Gridview not working when trying to use Select Parameters and a Master page

    Hi, I am trying to to use a gridview that is sorted by a DropDownList. Everything works 100% until I take all of my code (the DropDown List, Gridview, and related ObjectDataSources) and place it in a container to be used in conjunction with a Master page. At this time the gridview will no longer sort...
    Posted to ASP.NET AJAX UI (Forum) by wmolde on 11-03-2006, 12:00 AM
    Filed under: ajax beta 1, DropDownExtender, GridView, MasterPage, ajax
Page 1 of 2 (12 items) 1 2 Next >