Thank you very much, Mohamed, about your last answer. That helped me a
lot.
I have another question about ASP.Net:
oI do a research in a collection of images
oI display images by number of 12 in each page
oI use a parameter in the asp program to tell my xsl program which
images to display
oI 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.
<djamilabouzid@.gmail.comwrote in message
news:1159832795.265338.99240@.m7g2000cwm.googlegrou ps.com...
Quote:
Originally Posted by
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.
>
0 comments:
Post a Comment