How do we make a poperty read only?
Answer / 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 |
Can master pages be nested?
What is content place holder?
Types of caching ?
1 Answers Digital GlobalSoft, MicroSec, Wipro,
accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.
What is a session in programming?
For a webapplication if i want to gice access controls like admin,users how can i give security like rolebased?
How will you maintain versioning in asp.net 2.0?
List some of the important session state modes of asp.net.
Where would you use an iHTTPModule, and what are the limitations of any approach you might take in implementing one?
what is the relation between delegates and events
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
How can you handle unmanaged code exceptions in asp.net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)