You have an asp. Net web application running on a web-farm that does not use sticky sessions - so the requests for a session are not guaranteed to be served the same machine. Occasionally, the users get error message validation of view state mac failed. What could be one reason that is causing this error?
968
How can javascript make a web site easier to use? That is, are there certain javascript techniques that make it easier for people to use a web site?
Describe javascript and vbscript.
What is the use of a set object in javascript?
What is the importance of javascript? Expalin
Why javascript is fast?
Write a program to reverse a string in pure javascript?
How typeof operator works?
How can javascript be used to personalize or tailor a web site to fit individual users?
How to handle event handlers?
What is hoisting in javascript?
what is the difference between the below two statements:- (1) var myname = "akiii"; (2) myname = "akiii";
What is Browser Object Model?
Are java and javascript the same?
Which built-in method reverses the order of the elements of an array?
What is event target in javascript?