Quote:
Originally Posted by HelloWorld Correct me if I'm wrong, is C# .NET ??? Because I used C# for ASP.NET pages, so I assume that C# is .NET
I also don't find any difference on the codes between .NET and the original version  |
As far as i know they are not the same, i have no experince with C#, they would not make another language the same as another would they.
You are not looking at the code very well then because even the most basic thing you need code for is different, to have events in your code such as the Form_Load() unlike before when you did not have to put these within any other code you now do, you have to put it inside:
HTML Code:
Public Class Formname
End Class
Thats the most basic example.
Hope it helps.