Answer Posted / 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 |
Post New Answer View All Answers
What is the used of "ispostback" property?
How to find out what version of asp.net I am using on my machine?
How to set the pane area to transparent of a scrollPane component.?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
Explain how can you debug your .net application?
Describe the disadvantage of cookies.
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is the life-span of the items in the viewstate?
What is difference between asp state management and asp.net state management?
Can I read the hard disk serial # of the client computer using asp.net?
What is postback in asp net?
Can you use c# without .net?
How does session work?
Difference between Response.redirect vs server.transfer?
What is viewstate? In which event of the page life cycle, is the viewstate available?