Explain unescape() in javascript?
What does the term sticky session mean in a web-farm scenario?
How do you target a specific frame from a hyperlink in javascript?
What's the date object using javascript?
How to test for bad numbers using javascript?
How to create a function using function constructor?
Explain unescape() and escape() in javascript?
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?
How to find radio button selection when a form is submitted?
How to select an element by id and swapping an image?
How to use "join()" to create a string from an array using javascript?
How to delete an array entry using javascript?
How to associate functions with objects using javascript?
How to write hello world on the web page?
What are the ways to emit client-side javascript from server-side code in asp. Net?