ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
How do we make a poperty read only?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How do we make a poperty read only?
Answer
# 1
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 ?    1 Yes 0 No
Jitender
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
what is structured data format?  2
What method do you use to explicitly kill a users session?  1
what is .net Net-Solution11
when using windows API in .net then it is managed code or Unmanaged code?  1
Differences between VB.Net and C#, related to OOPS concepts CSC5
What command line used to generate Runtime callable wrapper. CTS2
How many column in table of sql server?  3
When an ASP.NET server control is added to a web form, Visual Studio .NET adds one item to the class for the form. What item is added? a) The event registration. b) A protected class member for the control. c) A default event handler for the click event. d) A default class that inherits from the control?s base class. Syntax-Softtech3
1. Briefly describe your ideal job? Swatz-Oils1
What is the need of client side and server side validation ? Keane-India-Ltd1
Difference between ADO.Net 1.1 and ADO.Net 2.0 ? Value-Labs1
Caching techniques in .NET ? Microsoft1
If there are two web.config files in a application which config files will get priority?  4
How Web Services help Us? What r the difference between Remoting and webservices Protech4
what is caching? Microsoft2
what is session ?how sessions are handeled in application? write the clauses of sql server in their order. Olive-Tech2
I am using a range validator and want to use dd mm yyyy format for accepting dates. I get a fairly generic "can't do that" type exception when I use this format for setting the minValue or maxValue properties for the range validator. How can I force it to accept my format? FutureTech1
what is asp dotnet  1
Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element. Syntax-Softtech5
Security types in ASP/ASP.NET? Different Authentication modes?  3
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com