I dragged a couple of tables to a DataSet (no problem, DataTables get generated..)
wanted to "enhance" partial class but neither double click on DataSet (in Designer) nor "view code" option (on any DataTable) reveals c# code (as it does when writing windows apps) .
So, how do you get to tthe source when writing for ASP.NET?
(okay, like always, explain your problem, make sure you don't miss anythign and voila! solved it yourself, found out how to get there a different way, post anyway, might make someone else happy)
Solution: Menue -> Class view -> choose a generated (partial) class now your in generated code and from there it is, a piece of cake.