Link to home
Start Free TrialLog in
Avatar of lawso
lawsoFlag for Australia

asked on

Using XSLT to write ASP.NET control

How do I write ASP.NET controls using XSLT?

I have a simple need for with my XSLT
<asp:button xmlns:asp="aaa" onclick="AddToCart()" runat="server" Text="Button" />

But is not displaying anything when I load the page.
ASKER CERTIFIED SOLUTION
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lawso

ASKER

Dhaest,
Thanks for the prompt response.
The first one looks close but it doesn't seem to work.

I added a Namespace to the Stylesheet and then added my ASP:BUTTON but it is not displaying anything