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 Forms Authentication in ASP.NET?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
How response object is related to asp's response object?
Explain Authentication mechanism in dotnet
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
What can you do with asp.net?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
Which is better union or union all?
What are the components of ado.net?
Explain weak typing and strong typing.
What is the use of the tag in the web.config file?
What is jade template engine?
How many web config files can be created for an application?
What are the navigation ways between pages available in ASP.NET?
what is meant by sitemapnode ?