How is a property designated as read-only?
Answers were Sorted based on User's Feedback
Answer / ram
if the property has only get accessor that property is
called read only property.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sushain sharma
By ommitting set part of property e.g
class A
{
private int n=5;
public int Number
{
get
{
return n;
}
}
}
| Is This Answer Correct ? | 2 Yes | 2 No |
How do you remove duplicates without using remove duplicate stage?
After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents.
Rate yourself in .net and sql database?
1 Answers BrickRed, Infosys, Satyam, SP Software,
What are the uses of list view control in Asp.net?
About Garbage Collector?
How can I have a particular web page in an asp.net application which displays its own error page?
how to add cliet side event to server side? and how to register client script to sever side? wt difference these two
what is the difference b/w .net 1.1 and 2.0 ?
Explain how cookies work.
Which namespace is used by ado.net?
How to refresh a page in asp.net
Explain the asp.net mvc request life cycle? : asp.net mvc
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)