>> Where is the code? I thought I saw it in a temp file somewhere?
I don't even have to use the "Show All Files" button. If I create a strongly
typed dataset I can see the DataSet1.Designer.cs file under the DataSet1.xsd
node. Don't you see that ?
Note that this is a partial class
(
http://msdn.microsoft.com/en-us/libr...8(VS.80).aspx). So if you
are using "View Code" in the context menu, you'll see a new DataSet1.cs file
under the DataSet1.Designer.cs file where your own code can go. If needed
you can also inherit from this class and add your own infrastructure...
--
Patrice