Re: How would you handle needed "System" class/table/form in application?



Ronald S. Cook <rcook@xxxxxxxxxxxx> wrote:
It's weird. When I do that (code below), I still get these 3 errors:

Odd. Where do lines 15, 17 and 23 fall in your code? Because pasting
your code directly into into a text editor, there are only 22 lines as
far as I can see...

--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
.



Relevant Pages

  • Re: Worse than Hungarian notation?
    ... Ronald S. Cook wrote: ... A class should not end in "Class", unless it actually *describes* a class (i.e. is a metaclass), and I don't think you'll see many of those in your projects, since .NET already has Type and the like. ... reserved keywords anyway, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How group by and sum values in DataTable?
    ... "Ronald S. Cook" wrote in message ... I want to end up with that contains the sum of values grouped by Id like this: ... Otherwise, you will have to sort the DataTable on the Id column, and then loop through the rows adding the Value column until the Id changes, and then dump the current Id and accumulated value onto the new table and repeat until all the rows have been processed. ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: Web page screen scraping?
    ... UnBlog: ... "Ronald S. Cook" wrote: ... rendered in HTML and not any sort of XML I'm wondering how to go about ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: How would you handle needed "System" class/table/form in application?
    ... Ronald S. Cook wrote: ... System.Web.UI.Page and still got a ton of errors. ... System.Whatever" statements at the top balk refering to the wrong "System". ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Is it same old .NET Framework 2.0 underneath 3.0 framework?
    ... Ronald S. Cook wrote: ... There are some enhancements and bug fixes in ...
    (microsoft.public.dotnet.languages.csharp)