Search

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

Matching Posts

  • Re: PopupControlExtender

    Hi Manishjoshi, I think the answer to your problem might be quite simple. Have you tried changing the parameter name in your webmethod to contextKey? so: [WebMethod] public string TrackingInfo1(string OrderHeaderNumber) { return "Called from a web service"; } becomes: [WebMethod] public string TrackingInfo1(string contextKey) { return "Called from a web service"; } Let me know if this helps. T
    Posted to ASP.NET AJAX UI (Forum) by tr1stan on 8/20/2009
  • Re: Atlas and Localization toolkit error?

    Have you built the application after moving it to the new server (In Visual Studio > Solution Explorer > Right click the website > Build Web Site)? T
    Posted to Localization (Forum) by tr1stan on 3/24/2006
  • Re: Parser Error: Could not load type '_Default'.

    Did you get this problem solved? If not - you have to make sure that you build the application after moving it to the new server. (In Visual Studio, right click > build web site) Just a thought, T
    Posted to Installation and Setup (Forum) by tr1stan on 3/24/2006
Page 1 of 1 (3 items)