What are the various types of validation controls provided by asp.net?
What's the use of response.output.write()?
What methods are fired during the page load?
What are the various ways of securing a web site that could prevent from hacking etc ?
is it possible to access website from a remote place, without deploying it on web server?
How do you pass session values from one page to another ?
What are the media types of http requests and response?
Why do we use datasource in asp.net?
What is viewstate information stored?
They mostly asked difference between versions of technologies
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What are the different authentication modes in the .NET environment?
Distinguish between Server-side and Client-side code?