how to create events for button in xslt
-
hi all, I have a problem in xslt,xml I have written an xml file and calling the ASP.NET server controls using xslt in my code behind sheet. Now i want to add an button which will redirect to next aspx page can any one help me how to write button click events in xslt. Thank you
santosh
-
hi all, I have a problem in xslt,xml I have written an xml file and calling the ASP.NET server controls using xslt in my code behind sheet. Now i want to add an button which will redirect to next aspx page can any one help me how to write button click events in xslt. Thank you
santosh
A button click event is just an attribute, although I'm not sure how you can create a dynamic aspx file, if I read you correctly.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
hi all, I have a problem in xslt,xml I have written an xml file and calling the ASP.NET server controls using xslt in my code behind sheet. Now i want to add an button which will redirect to next aspx page can any one help me how to write button click events in xslt. Thank you
santosh
Its simple.. Add a attribute tag to your button and do this... Eg: document.location=' ' Hope this works.. Thanks & Regards, Gore