M
Mark Goldin
I'd like to build a .NET app. that will be a mixture .NET and conventional
technologies.
Here how I see it.
1. HTML pages are static (predesigned) pages. They use JavaScript to handle
user interface.
The user interface with data (tables, combos) is result of XSLT
transformation.
2. The user submits requests to an ASPX page.
For all business processing (data retrival, data manipulation and so forth)
the aspx page calls a c# code
(could be in an external dll).
3. The html page will get an XML back that is getting transformed into html
on a client site.
I will also need a server site transformation.
Can someone show how that can be done in her Majesty DOTNET?
Thanks
technologies.
Here how I see it.
1. HTML pages are static (predesigned) pages. They use JavaScript to handle
user interface.
The user interface with data (tables, combos) is result of XSLT
transformation.
2. The user submits requests to an ASPX page.
For all business processing (data retrival, data manipulation and so forth)
the aspx page calls a c# code
(could be in an external dll).
3. The html page will get an XML back that is getting transformed into html
on a client site.
I will also need a server site transformation.
Can someone show how that can be done in her Majesty DOTNET?
Thanks