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
Is session server side or client side?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
How you can stop the validation of ASP.NET controls from client side?
How does viewstate work?
What is the difference between custom web user control and a custom web server control?
What is data grid view in asp.net?
What are the page life cycle events?
Which is the parent class of the ASP.NET server control?
Explain the difference between the web config and machine config.
Why we use asp.net for website development?
What are web beacons used for?
Why session is necessary in web application?
How would you turn off cookies on a page of a website?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
What are the different web pages?