Xslt and webcontrols

  • Thread starter Thread starter Heinz Willi Wiedow
  • Start date Start date
H

Heinz Willi Wiedow

..why not!

You can use ParseControl and a PlaceHolder to render the control to a form.

The disadvantage is the control is not persistent and you have to use
FindControl to work with this controls.

I have used this technik for servey forms and it works fine.

I think if you google with servey and XSLT you will find the example that
point me in the right direction.



Greetings from Gernany



Heinz Willi Wiedow
 
Hello all,
Is it possible to use webcontrols in a xslt file eg.

<xsl:template match="products">
<asp:Button id="Button1" runat="server" Text="test"/>"></asp:Button>
</xsl:template>

/Thomas
 

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

Similar Threads

xslt and .net 1
onmouseover in xslt 1
Must we use FindControl? 1
Rendering using XML and XSLT 1
understanding XSLT 2
Using ParseControl and Subsequently Getting Specific Control Type 1
Xml and XSLT 3
XML and XSLT 1

Back
Top