Embed UserControls into XSLT

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all

I am trying to embed a user control into an XSLT.. Can something like be
done?? If not, any other better alternative?

Thanks
Sekhar
 
It depends on whether the XSL Transform is being done on the server or the
client.
On the server, you could emit ASP.NET control declarative markup and it
should be processed correctly by the runtime.
Peter
 
Hi
Thanks for your reply... When you "On Server Side emit ASP.NET control
MarkUp", could you give me sample code. I am going thru your article.

I woudl like to look at that sample code

Thanks
Sekhar
 
Hello

I want to do that on the client side.. how would i do it

Thanks
Sekhar
 

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