Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 4 of 4

Thread: Where put the ScriptManager?

  1. #1
    kernel64 is offline Member
    Join Date
    Mar 2009
    Posts
    45

    Default Where put the ScriptManager?

    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?

  2. #2
    Rob is offline Senior Member
    Join Date
    Aug 2004
    Posts
    3,037

    Default

    What exactly is the "ScriptManager"?
    AspDotNetStorefront
    Shopping Cart

  3. #3
    Alkaline is offline Senior Member
    Join Date
    May 2006
    Posts
    459

    Default

    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

  4. #4
    jsimacek is offline Senior Member
    Join Date
    Dec 2008
    Location
    Phoenix, AZ
    Posts
    373

    Default

    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)