Search

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

Matching Posts

  • Re: Were PageMethods fixed in v 1.0

    Thanks, that's what I was missing. Here is the complete code, which works in asp.net Ajax 1.0: File WebForm3,aspx.cs: using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Web.Services; namespace MyNameSpace { public partial class WebForm3 : System.Web.UI.Page { [WebMethod] [System
  • Were PageMethods fixed in v 1.0

    I installed version 1.0 today and I still can't get PageMethods to work. The documentation is wrong, and I have tried all the suggestions in various posts in these forums and elsewhere, and still don't get anywhere. For starters, I am getting the "PathMethods is not defined" error. It would be ideal to be able to define a method in a class anywhere in the application and call it, without having to put it in an asmx file. The other Ajax implementation I have worked with, Ajax.Net Pro, makes this so
  • Re: How to get the UpdatePanel to do postback without a trigger

    Thanks for the reply. I will keep your idea of using a panel in mind. But first, I am so close on the pop-up method. In my code-behind on my main page, after the pop-up closes, I am calling, in javascript, a web method in the code-behind that re-databinds my dropdown, then I do: AtlasUpdatePanel1.Update(); But the dropdown doesn't show the new value. I have tried putting this Update() in various places in my code-behind to no avail. Whereas if I use the __DOPOSTBACK() method it works fine. So I'm
    Posted to ASP.NET AJAX UI (Forum) by dhodges on 5/10/2006
  • How to get the UpdatePanel to do postback without a trigger

    I am working on an application with a form that contains a dropdown of names. The user can click a link that opens a new window that adds a new name to the system and then closes. A javascript is then called to refresh the dropdown to include the new name. Right now I am hijacking the __doPostBack function to do so. I'd prefer to do this via the UpdatePanel if possible, but I can't use an Atlas trigger because there is no control event change or value to key on. Is there any other preferred way,
    Posted to ASP.NET AJAX UI (Forum) by dhodges on 5/10/2006
  • Re: Add New Item - Web Form - no master page option?

    Okay, Scott Guthrie (http://weblogs.asp.net/scottgu/) just confirmed that this is a missing feature that will be added to Web Application projects in the next refresh.
    Posted to Visual Studio 2005 (Forum) by dhodges on 2/14/2006
  • Add New Item - Web Form - no master page option?

    I am working on a new web site using Master Pages. I created my Master Page template just fine. Now I want to create a web page to use the template. It used to be that when you chose "Add New Item - Web Form" the dialog gave you an option to indicate that you want to use a master page and to select which one. But all that is gone. What happened to it? It just creates the web page from the standard template. There is no way to select a master page to use. And while it is no big deal to edit the header
    Posted to Visual Studio 2005 (Forum) by dhodges on 2/14/2006
Page 1 of 1 (6 items)