Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript and ASP.Net

Status
Not open for further replies.

leahyj

MIS
Joined
May 5, 2004
Messages
107
Location
US
Hello,

I am relatively new to asp.net, coming from classic asp background and I need a brief tutorial on the differences of implementing javascript in an asp.net page, compared to the what I am familiar with using classic asp.

Any small summation of the differences, if any, would be a jump start for me.

Thanks in advance
 
Have a look at the RegisterStartUpScript and RegisterClientScriptBlock methods as these are what you can use to add javascript to the page from server side code.


____________________________________________________________
Mark,
[URL unfurl="true"]http://aspnetlibrary.com[/url]

Need help finding an answer? Try the Search Facility or read FAQ222-2244.
 
Thank you ca8msm, I will take a look.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top