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/. > In perticular - I would like to place those: > <script type="text/javascript" > src="/ajaxpro/prototype.ashx"></script> > <script type="text/javascript" src="/ajaxpro/core.ashx"></script> > <script type="text/javascript" > src="/ajaxpro/converter.ashx"></script> > > in the head section of my web page. > > 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. Regards, Michael > > Eyal > > > > > -- Best regards | Schöne Grüße Michael Microsoft MVP - Most Valuable Professional Microsoft MCAD - Certified Application Developer http://weblogs.asp.net/mschwarz/ http://www.schwarz-interactive.de/ mailto:[EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
