Hello, i have created a new skin with some Rotator Controls which needs a ScriptManager, now i tried to put it in the template.ascx but there is no <Form ..>
Where put the ScriptManager, is there something like a masterpage?
Hello, i have created a new skin with some Rotator Controls which needs a ScriptManager, now i tried to put it in the template.ascx but there is no <Form ..>
Where put the ScriptManager, is there something like a masterpage?
He is talking about Asp.net Ajax's Scriptmanager.
Ok you can't use the scriptmanager on pages that are rendered with XML packages, you have to manually create your own ajax, it will conflict if you try to do with the script manager because of the webform issue,
Here is an example of a site using an AJAX cart:
www.allinkosher.com, however, the ajax was done manually. Actually we found it ran faster than using the script manager anyway![]()
Simrun AspDotNetStoreFront Development
Preferred AspDotnetStorefront Development Partner
ahsan[@]simrun[.]com
remove the "[]" for email
Have a Nice Day
That is correct, script manager is not optimal and can be made much more efficient (without overhead). If you would like a custom AJAX made for this, please contact Jan at jsimacek@compunix.us.
Jan Simacek - Compunix, LLC
AspDotNetStorefront trusted Devnet Partner and Reseller since 2005
AspDotNetStorefront Mods and Add-Ons at http://www.ecommercecartmods.com/
- Searching, Filtering and Sorting (like cSearch, Dealer Locator, Price Ranges, Blog)
- Reports (like Cart Abandonment and Net Sales)
- Customer Experience (like Question/Answers)
- Site and Data Management (like Entity Product Mapper, Bulk Updaters, Make/Model/Year filters)