How do we make a poperty read only?
Answer / jitender
Suppose we have a property BarColor
the to make it read only use
private string color;
public string BarColor
{
get
{
return(color);
}
} // No need to set it
| Is This Answer Correct ? | 5 Yes | 0 No |
What for use web.sitemap in asp.net?
How you can use video conferencing in asp.net? guys plz help me ...
What is three major points in WCF?
What is the difference between dynamic SGA and static SGA?
What is a user developed application?
What are the different authentication modes in asp.net?
What permissions do asp.net applications posses by default?
What are client activated objects and server activated objects?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
What is AppDomain?Explain how it works.
To call a Web service which transport protocol you can use?
What tag do you use to add a hyperlink column to the DataGrid?
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)