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 |
how can i deploy a asp.net webapplication.in a company so that all employees may access application on their different computers and share a single database. plz tell me the steps to do it..thanks.
What is custom control. What is the difference between custom control and user control ?
What is web.config. How many web.config files can be allowed to use in an application?
6 Answers Accenture, HCL, InterGraph, iSoft,
How can we identify that the page is post back in asp net?
Describe SOA and the tenets of it?
What is caching and types of caching ?
How to make paging concepts in datagrid in ASP.NET?
0 Answers Sans Pareil IT Services,
Why will you usually create an aspnet user account in the database for an asp.net web application?
What is the file through which you can customize your asp.net application?
where should write the connection string Show that it will apply whole pages in the website
Explain how viewstate is being formed?
What are Authentication mechanisms in .Net?
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)