Parameter between ASP.net and xsl programs

  • Thread starter Thread starter djamilabouzid
  • Start date Start date
D

djamilabouzid

Hi,

Thank you very much, Mohamed, about your last answer. That helped me a
lot.

I have another question about ASP.Net:

o I do a research in a collection of images
o I display images by number of 12 in each page
o I use a parameter in the asp program to tell my xsl program which
images to display
o I use for that, in the xsl program, a parameter like that :
<xsl:param name="first" select="1" />

My question is: What function or program in asp.net can I use to
transfer the parameter "first" to my xsl program?

Regards,

Djamila.
 
Hi Djamila

Have you looked at the XsltArgumentList class? It allows you to pass
parameters to the XslTransform class which passes them into your xsl file.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top