Search

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

Matching Posts

  • Re: PageMethods - wait for the ext version

    Hi Friend You are making simple mistake. Every AJAX enabled site has a Script Manager on the Page by default. Or either you can put it on your master page. < asp : ScriptManager ID ="MCScriptManager" runat ="server" EnablePartialRendering ="true" EnablePageMethods ="true"> </ asp : ScriptManager > Just put the tag EnablePageMethods ="true" and click...Go.................... Cheers.........And Happy coding...........
    Posted to ASP.NET AJAX UI (Forum) by blbirajdar on 9/5/2007
  • Re: Attempted to read or write protected memory. This is often an indication that other memory has been corrupted

    Your problem is genuine. And since it is problem , it has a soluton too. The solution lies with you ;only you need to look at it in a different view. I have faced the similar problem and took me weeks to solve it. The main cause behind it lies to the highly enhanced security features of .NET framework 2.0 over .NET 1.1. It has imposed several restiction , policies and permission sets for accessing the data from the web application, It uses full trust as well as partial trust. 1) If you try to access
Page 1 of 1 (2 items)