Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've been trying to learn how to use javascript is a VS 2019 aspx web site. I'm finding a lot of partial answers which mysteriously don't work when I try them.
Is there a good source for beginner learning in this area which covers all requirements?

What I have tried:

Googling, and finding lots of articles which lead down rabbit holes - they all assume some knowledge which I obviously don't have.
Posted
Updated 29-Oct-20 13:42pm
Comments
[no name] 29-Oct-20 1:00am    
What kind of "web site"? Few people start from scratch. Learn by modifying something similar to your liking. Want to build a car from scratch or work on an existing one?
ormonds 29-Oct-20 3:06am    
It's a work related job reporting and managing web site which uses a SQL database. I'm happy with writing c# win apps and with simple asp web sites, generally using VS, but I now need to learn how to use javascript in aspx pages, with Masterpages.

One of the best is at JavaScript Tutorial[^]. The site also has tutorials on HTML, CSS etc.
 
Share this answer
 
Comments
ormonds 29-Oct-20 16:47pm    
Thank you, yes, I have worked through that but it is silent on aspx code behind pages.
Richard MacCutchan 29-Oct-20 16:55pm    
The code behind uses C# or VB.NET, not Javascript.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900