Tell us the differences between an interface and an abstract class in .net?
No Answer is Posted For this Question
Be the First to Post Answer
<li id="Accomodation" runat="server" visible="false"><a href="../searchaccommodation.aspx?">Accomm</a></li> i have this code.now on server side i want to compare this id(Accommodation) value and want id i.e.Accommodation.visible=true;
What is 'Common Type System' (CTS) in .NET?
What is the Difference between imperative and interrogative code?
What is the difference between a Hash Table and a Dictionary?
How does the .NET framework work?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
What is the difference between encrypting a password and applying a hashing?
How does u handle this COM components developed in other programming languages in .NET?
Difference between Panel and GroupBox classes?
What are the differences between user control and server control?
Readonly vs. const?
Please explain about "this" object