ASP.NET and JavaScript

Please support our ASP.NET advertiser: Intel Parallel Studio Home
Reply

Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

ASP.NET and JavaScript

 
0
  #1
Mar 7th, 2005
I've posted a new article on my site, dealing with how to integrate JavaScript and ASP.NET. It's a "beginner level" article.

http://www.tgreer.com/aspnet_html_03.html
Reply With Quote Quick reply to this message  
Join Date: Feb 2003
Posts: 793
Reputation: Paladine has a spectacular aura about Paladine has a spectacular aura about Paladine has a spectacular aura about 
Solved Threads: 27
Team Colleague
Paladine's Avatar
Paladine Paladine is offline Offline
Master Poster

Re: ASP.NET and JavaScript

 
0
  #2
Mar 8th, 2005
Excellent code and guide for a beginner, tgreer.


Originally Posted by tgreer
I've posted a new article on my site, dealing with how to integrate JavaScript and ASP.NET. It's a "beginner level" article.

http://www.tgreer.com/aspnet_html_03.html
Assistant Manager, Pharmacy Informatics
Wordpress Learning Blog
Updated : ASP.Net Login Code
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: ASP.NET and JavaScript

 
0
  #3
Mar 9th, 2005
Thanks. Most new ASP.NET coders seem to get tripped up on the browser vs. server / client vs. server dichotomy.

Any suggestions for future topics?
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 175
Reputation: Letscode is an unknown quantity at this point 
Solved Threads: 6
Letscode's Avatar
Letscode Letscode is offline Offline
Junior Poster

Re: ASP.NET and JavaScript

 
0
  #4
Jun 15th, 2005
Excellent Article..... I Wish I Have Read This A Long Time Back.....
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 175
Reputation: Letscode is an unknown quantity at this point 
Solved Threads: 6
Letscode's Avatar
Letscode Letscode is offline Offline
Junior Poster

Re: ASP.NET and JavaScript

 
0
  #5
Jun 15th, 2005
THERE ARE MANY METHODS THAT I SPENT WEEKS BREAKING MY HEAD TO GET IT RIGHT IS EXPLAINED SO CLEARLY IN THIS ARTICLE...

I suggest everyone to read this article before getting into Javascript and .NET
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 8
Reputation: mariappan.s is an unknown quantity at this point 
Solved Threads: 0
mariappan.s mariappan.s is offline Offline
Newbie Poster

Re: ASP.NET and JavaScript

 
0
  #6
Feb 28th, 2008
hi friends... how can i use javascript codings with asp.net. i need sample code also. any one help me..
Reply With Quote Quick reply to this message  
Join Date: Sep 2007
Posts: 1,080
Reputation: SheSaidImaPregy is an unknown quantity at this point 
Solved Threads: 68
SheSaidImaPregy SheSaidImaPregy is offline Offline
Veteran Poster

Re: ASP.NET and JavaScript

 
0
  #7
Feb 28th, 2008
Just plug it in, like you would for any other language:
  1. <script type="text/javascript">
  2. <!--//
  3.  
  4. function sayHello()
  5. {
  6. document.write("Hello!")
  7. }
  8.  
  9. -->
  10. </script>
Otherwise if you wish to register a script dynamically only when you need it, look at this page:

http://www.codeguru.com/Csharp/.NET/...cle.php/c5337/
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the ASP.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC