954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

ASP.NET and JavaScript

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

tgreer
Made Her Cry
Team Colleague
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
 

Excellent code and guide for a beginner, 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

Paladine
Master Poster
Team Colleague
824 posts since Feb 2003
Reputation Points: 211
Solved Threads: 27
 

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?

tgreer
Made Her Cry
Team Colleague
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
 

Excellent Article..... I Wish I Have Read This A Long Time Back.....

Letscode
Junior Poster
175 posts since Feb 2005
Reputation Points: 11
Solved Threads: 6
 

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

Letscode
Junior Poster
175 posts since Feb 2005
Reputation Points: 11
Solved Threads: 6
 

hi friends... how can i use javascript codings with asp.net. i need sample code also. any one help me..

mariappan.s
Newbie Poster
8 posts since Feb 2008
Reputation Points: 10
Solved Threads: 0
 

Just plug it in, like you would for any other language:

<script type="text/javascript">
<!--//

function sayHello()
{
  document.write("Hello!")
}

-->
</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/net_asp/scripting/article.php/c5337/

SheSaidImaPregy
Veteran Poster
1,080 posts since Sep 2007
Reputation Points: 43
Solved Threads: 68
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You