Which method do you use to redirect the user to another page without performing a round trip to the client?
4 8235What property do you have to set to tell the grid which page to go to when using the Pager object?
2 7165If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
2047Post New Dot Net General Questions
Explain what do the terms “boxing” and “unboxing” mean?
Which file is taken by compiler when we have both file Application and Server Configuration file?
What is assemblies in .net?
What is RPC? What is the use of it?
Explain assemblies in .net?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
What is common type system (cts)?
What is static constructor, when it will be fired?
Example from .net. Integer & struct are value types or reference types in .net?
What is assembly in .net?
Explain me how does linq work?
Do I have any control over the garbage collection algorithm?
What's singleton activation mode in .net?
What are multicast delegates?
How is threading done in .net?