Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Xslt and webcontrols

Reply
Thread Tools

Xslt and webcontrols

 
 
Heinz Willi Wiedow
Guest
Posts: n/a
 
      11-01-2003
..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

"Thomas" <> schrieb im Newsbeitrag
news:...
> 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
>
>



 
Reply With Quote
 
 
 
 
Thomas
Guest
Posts: n/a
 
      11-01-2003
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


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Object reference not set to an instance of an object. System.Web.UI.WebControls.ListItemCollection.SaveViewState() System.Web.UI.WebControls.ListControl.SaveViewState() Brano ASP .Net 3 11-08-2005 12:29 PM
ANN: New low-cost XML Editor, XSLT Editor, XSLT Debugger, DTD/Schema Editor Stylus Studio Java 0 08-03-2004 03:53 PM
xslt alone or xslt/java for static site? ted XML 1 01-26-2004 10:41 AM
Xslt and webcontrols Thomas ASP .Net Web Controls 0 11-01-2003 07:58 AM
[XSLT]Passing values from Javascript to a XSLT variable Benjamin Hillsley XML 3 09-25-2003 04:50 AM



Advertisments