Explain the use of dataadapter.
Is it necessary to create a Windows application or Web application to test a Web service ? Is it must to consume this service?
why many web.config files are used in are project
can we place the same DLL in debug folder two times? (without using strong name )
What Name space does the web page belon in the .net framework class hierarchy?
Difference between connected architecture and Dissconnected architecture?
what is Master pages in asp.net? what is the advantages and disadvantages?
Explain the difference between overriding and overloading?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
Explain what the contents of cookie?
What is the default Orientation property in a Menu control?
0 Answers Sans Pareil IT Services,
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)
Distinguish between Server-side and Client-side code?