How is a property designated as read-only?
Answers were Sorted based on User's Feedback
Answer / ram
if the property has only get accessor that property is
called read only property.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
explain code with datachaching with example
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Explain security types in asp.net?
Suppose you want a certain ASP.NET function executed on MouseOver over a certain button. Where do you add an event handler?
wt is repeater control and wt is datalist control and wt defferences these two? i want some code in datalist?
Explain the asp.net page life cycle.
what are debugging types in .net?
What is a session government?
what are grid events ?code for dropdown inside grid and binding dropdown syntax
What are the difference between function and stored procedure in .net programming language?
what is Master pages in asp.net? what is the advantages and disadvantages?
What is validation 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)