Here's what I've got --
Application using three tier structure with an SQL Server backend, C# Middle tier, and aspx/vb.net front end. Now, I have preformed letters that I want to generate and some of the content that needs to be added to the letter is going to need to come from a database and some of it from user selected values.
Is there a way to not only get the values taht are needed from the database to turn them into XML but also get teh selected values from the users form and turn them into XML values so that it can all be used in an XSL sheet?
Thanks.
Application using three tier structure with an SQL Server backend, C# Middle tier, and aspx/vb.net front end. Now, I have preformed letters that I want to generate and some of the content that needs to be added to the letter is going to need to come from a database and some of it from user selected values.
Is there a way to not only get the values taht are needed from the database to turn them into XML but also get teh selected values from the users form and turn them into XML values so that it can all be used in an XSL sheet?
Thanks.