What is the importance of updatepanel control?
No Answer is Posted For this Question
Be the First to Post Answer
Wcf- What is ABC
What is static Constructor?
What is a managed code? : Dot net architecture
Explain the race around condition? How can it be overcome? : Dot net architecture
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
6. Wcf- what is SOA
2. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?
What is a memory management?
What is a sealed Class? What is the differnce between sealed class and private class?
IN C# if we click a field in the dropdownlist then i have to get the respected field details in the next textbox..........
What are the main Tools to develop .Net Application?
In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.