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?
No Answer is Posted For this Question
Be the First to Post Answer
List different ways of empty an array in javascript?
What does trim stand for?
What is the use of blur function in JavaScript?
what is a difference of subclass and main class
What is argument objects in javascript & how to get the type of arguments passed to a function?
Is a relation always a function?
I have a report which has id as hyperlink.when i click the id it should move to next report which displays the corresponding details.tell me how to get the value of hyperlink(which id is clicked) dynamically using javascript? so that i can make condition on my second report?
How to create 3-dimensional Array in Javascript?
What is the use of isNaN function?
What is use of settimeout function in javascript?
Which built-in method returns the character at the specified index?
What is the difference between remove() and removeChild()?