Results 1 to 4 of 4

Thread: Dynamic Content inside a product Description

  1. #1
    Join Date
    Feb 2010
    Posts
    9

    Default Dynamic Content inside a product Description

    I want to include some dynamic content inside a product description.Is it possible.
    If it is possible,then how can it be done.
    can I include ASP.NET controls in a product description.

    Thanks
    Abhinesh

  2. #2
    Join Date
    Oct 2006
    Location
    South UK
    Posts
    873

    Default

    It's certainly possible to include dynamic content - can you be a little more specific about exactly what content, from where & how it's generated.


    TTFN

    BFG

  3. #3
    Join Date
    Feb 2010
    Posts
    9

    Default

    The content has to come from an sql query .I have to place the content in between the two tables in a product description
    Last edited by abhinesh; 02-25-2011 at 01:10 AM.

  4. #4
    Join Date
    Oct 2006
    Location
    South UK
    Posts
    873

    Default

    OK, so first you'll need to break your description into 2 - probably using substring-before & substring-after, it depends on exactly what you have in your descriptions.

    Then in the middle you can either call another xmlpackage to display your 'dynamic content' or, if you include the query in your product xmlpackage then you can just output it.


    TTFN

    BFG

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •