Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 How to do postback from controls placed in xslt

Author  Topic 

amirs
Constraint Violating Yak Guru

260 Posts

Posted - 2009-01-25 : 08:55:50
Hi,

I have used xslt file which transform my xml file to xhtml format.
my problem is that i want to do postback or callback from this xhtml format.
Is it Possible?.

Thanks

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-01-25 : 12:44:49
what we used to do was use forms in xslt to hold the values of various variables and then use javascript to submit the forms.
Go to Top of Page
   

- Advertisement -