Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Can we Query database in XSLT/XSL ?? or can we pass values to XSLT/XSL through C# or VB.Net ??? Thanks in advance.....
Look at XsltArgumentList. Use extension objects to provide methods to calculate or retreive external data (for example from a database) - use parameters to send data you already have into the XSLT.