Answer Posted / versha
This is used to prevent the flickering of page when it load
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
Tell us the difference between the while and for loop. Provide a .net syntax for both loops?
What is msil, il?
What is garbage collection and how it works ?
What are the features of dot net?
What is loosely coupled solution in.net?
Explain Creational design pattern in .NET?
What is managed code and managed data in .net?
Please explain what inheritance is, and why it's important?
Explain the difference between managed and unmanaged code?
Explain how to manage pagination in a page using .net?
Differences between datagrid, datalist and repeater in .net?
What's wrong with a line like this? Datetime.parse(mystring);
What is an anonymous method and how is it different from a lambda expression?
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.