I want to use some javascript functions in aspx pages but I cannot find the
correct way to call/link to them. When I search NGs or Google, the examples
are mostly for asp pages. Does anyone have a pointer to some information on
using javascript on aspx pages? I want to do things like call a javascript
function when a button is clicked or when a selected item in a list changes.
Wayne
Sreejith Ram - 15 Jul 2005 19:29 GMT
"Using JavaScript Along with ASP.NET"
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/asp
net-usingjavascript.asp
> I want to use some javascript functions in aspx pages but I cannot find the
> correct way to call/link to them. When I search NGs or Google, the examples
[quoted text clipped - 3 lines]
>
> Wayne
Wayne Wengert - 15 Jul 2005 19:50 GMT
Thanks - I'll check that out. Sounds like what I need.
Wayne
> "Using JavaScript Along with ASP.NET"
>
[quoted text clipped - 12 lines]
>>
>> Wayne
Steve C. Orr [MVP, MCSD] - 15 Jul 2005 20:32 GMT
This article should give you some good guidance on the subject:
http://SteveOrr.net/articles/clientsidesuite.aspx

Signature
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
>I want to use some javascript functions in aspx pages but I cannot find the
>correct way to call/link to them. When I search NGs or Google, the examples
[quoted text clipped - 4 lines]
>
> Wayne