By tag: JScript
0
kicks
How to control ASP.NET Validators ClientSide validation from JScript?
Recently I needed to disable some ASP.NET RequiredFieldValidator controls on one page depending on the user input.
This is trivial you say. But the problem was that this needed to occur instantly on Client Side based on the state of one CheckBox control and not after a full page PostBack.
There is...
0
kicks
Silverlight Programming and Managed JavaScript - video
This podcast video shows the basics of programming with Silverlight and an Intro to Managed JScript.
0
kicks
Reflectionesque behavior in JavaScript
A description of the reflection-like behavior of JavaScript