Click here to Skip to main content
15,892,965 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am new to Asp.Net and i want to use java script in my wep app.so what will be the first step? Guide me.


Thanks
swarup
Posted

Using JavaScript is not a big deal.

U can write JavaScript code any where in .aspx file

to write JavaScrip code u have to enter <scrpit> tag

your all JavaScript code will go in between this tag.

u can add as many as script tag u want and any where u want but better u keep it at one place, either in head or after body.

more more clear idea visit following link this is very nice tutorial about JavaScript and other web technology.

1. JavaScript Tutorial[^]

2. (Don't go for this if u r very Beginer for asp.net ) Using JavaScript Along with ASP.NET[^]

3. (Use this as an example)Client Side validations using JavaScript in ASP net Web Applications[^]
 
Share this answer
 
Comments
Manfred Rudolf Bihy 7-May-12 7:00am    
Reason for my vote of 1:
Please do not use textspeak. This is considered childish and is not accepted behaviour on CP.

Thank you for your cooperation!

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