Answer Posted / 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 |
Post New Answer View All Answers
Explain about asp.net 2.0 themes?
What is strong-typing versus weak-typing?
What is application session?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
Is asp.net is a programming language?
Explain one critical mapping?
What is application state?
Why session is more secure than cookies?
How do http sessions work?
How is it possible for .NET to support many languages?
Why we use content place holder in asp.net?
What is the size of Get method and how much data it can store?
What is meant by web application?
How would you turn off cookies on a page of a website?
What is a postback url?