QUOTE(Marcus @ Feb 15 2006, 02:57 PM)
What do u mean by ASP.net in VB, etc? I don't understand.
okay... This is rather hard to explain as I was confused about it too at the beginning. You can try www.wikipedia.com if you dont understand my explaination.
Anyway, if you begin to make a web-based software, (say example: book renting software.) you will make use of ASp.NET. Then you will drag and drop controls from the Visual Studio .NET 2003 or Visual Studio 2005 toolbar.
Lets say you have a "SAVE" button, how do you type in your codes? You have to choose VB or C#. I deal with C#, no VB. So, when you double click the SAVE button, you will see something like
onClick_blah blah blah
{
abc
123
xyz;
}
That means, you use ASP.NET in C#. All the controls and other coding is in C# language. Takkan the button you use HTML right? It's not JavaScript mer.