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 |
Which object wraps the state or data of a user?
How many modelpopup extender we frequire when we want more than one model popup on same page ?
Can we use multiple web.config files in an sigle appliction?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
Why session is used in asp.net?
Demonstrate Render and PreRender?
To get the values in two different controls to match which control you use it?
My website has around 100 aspx. Out of this, a certain 20 aspx files should be made available to the users only if they are logged in. How can I achieve this with the web.config file?
What is the default Orientation property in a Menu control?
0 Answers Sans Pareil IT Services,
What are the differences between the response.write() and response.output.write()?
What is the difference between a default skin and a named skin?
What is the difference between a cookie and a pixel?
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)