From a designer point of view and functionality also, What is the difference between
ASP javascript
ASP VBScript
ASP.Net C#
ASP.Net VB
What are the differences in the Different ASP languages?
From a designer's point of view, as in someone who graphically designs a site? If so then none. All of the asp.net controlls are available regardless of what language is used. C# and VB are the most common and you will find the most help/examples in these languages. To answer the second part of you question: an asp page is in two parts the client code i.e. html and asp tags, javascript etc. the other part is the server side code which is used to manipulate those elements i.e. change a property of an asp tag (for example hide an asp:textbox if a user clicks on an asp:button) the the textbox and button will be the same regardless of the server side code used. So really the only difference is what server side language do you prefer to write, c# vb js etc
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment