DataServiceContext IgnoreResourceNotFoundException
Getting a method not found error on your System.Data.Services.Client DataServiceContext when setting IgnoreResourceNotFoundException = true? You may need to upgrade your ADO.NET Data Services.
A place to keep some of my stuff and ideas!
Getting a method not found error on your System.Data.Services.Client DataServiceContext when setting IgnoreResourceNotFoundException = true? You may need to upgrade your ADO.NET Data Services.
Frequently when using 2 way data binding on data controls such as the FormView or DetailsView, DropDownList boxes are used to allow users to select pre-populated values.
Intended audience: Dot Net Developers and IT Managers
1.1 Common Report Output Types
Most developers are asked to produce 3 common reports; HTML, MS-Word (RTF - Rich Text Format) and PDF each often requiring different applications to design and render the reports. For example one might use Visual Studio to design a HTML report, Crystal Reports to produce a PDF or SQL Server Reporting Services to produce a Word/RTF document.
Using XSL you can design a stylesheet that renders your output as XSL-HTML to produce HTML style reports, XSL-RTF to produce Word style reports or XSL-FO to produce PDF style reports. Alternatively you can use Altova StyleVision to visually design your report and automatically render all 3 reporting output styles(XSL-HTML, XSL-RTF and XSL-FO for PDF's) at once. You can download it for free on a 1 month trial. Unfortunately with the free version you can't produce XSL-FO output for PDF's, but if you're just after HTML or RTF reporting then the free version will work for you.
... This document is still a work in progress
1.2 Rendering your reports
-XSLTransformations (XSL-HTML and XSL-RTF)
-NFop (XSL-FO transformation to PDF)
1.3 Sample Code
2.0 XML Data Sources
-File, SQL Server
2.1 XML and SQL Server
2.2 XML For Auto (tree)
2.3 Sample database Stored Proc
3.0 Altova XMLSpy and StyleVision
3.1 XML, XSD, SPS
3.2 Sample XML, XSD, SPS, XSL-HTML, XSL-FO files and C# rendering code
4.0 Conclusion