What is a user session?
What are the navigation ways between pages available in ASP.NET?
Where web.config file is used?
Describe the method to create a permanent cookie?
What is asp short for?
What is the Difference between MVC And MVP design pattrens
What are the different types of sessions in asp.net?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What is the difference between executescalar and executenonquery?
What is httpresponse?
Explain the difference between server control and html control.
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
List down the sequence of methods called during the page load.
Explain the use of fragment caching.
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)