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
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
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
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.
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