I want to create a bunch of data entry screens in an ASP.NET application based on a bunch of XSD schemas.
Are there any tools that can be used to do any of the following
1) Read in an XSD schema and generate C# busines objects
2) Read in an xsd schema and generate form controls.
Yes, at least for #1. Check out xsd.exe. It is included in the framework.
See this page on MSDN for more info.