Michael Schwarz schrieb: > Hi, > > > > On 5/16/06, epeleg <[EMAIL PROTECTED]> wrote: > > > > Is there a reference for the available settings that can be used in > > web.config > > (for Ajax.Net of course) ? > > > in the current download there is an example web.config with all > possible settings as comment. See http://www.ajaxpro.info/.
I will have a look at this, thanks > > ... > > > > Can I force Ajax.Net NOT to emit those rows into the <form> even if I > > do want it to emit the code for the Page by calling: > > > > AjaxPro.Utility.RegisterTypeForAjax(typeof(_Default)); > > > You can simply add these lines to the head, copy the html output to > your .aspx file and remove the RegisterTypeForAjax. You will only have > problems when using cookieless session configuration. But if I remove the RegisterTypeForAjax call I will not have the <script type="text/javascript" src="/Web/ajaxpro/_Default,App_Web_825l6fme.ashx"></script> which if I understand correctly is responsible for getting the proxies for the Ajax.Methods into my Javascript page. still if I leave the call for RegisterTypeForAjax I get two sets of the calls for the scripts (the one add by me in the head section and the second one inside the form). Thanks, Eyal Peleg Detecting and fixing client side JavaScript errors and bugs http://JSBugHunter.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info -~----------~----~----~----~------~----~------~--~---
