what is reference type to value type.
Answers were Sorted based on User's Feedback
Answer / suresh
convertion of Reference type to value type is called
UnBoxing.
ex: int x;
object obj=20;
x=Convert.ToInt32(obj);
| Is This Answer Correct ? | 4 Yes | 0 No |
Value Types:-
Directly contains their values either
on stack or inline in a structure.
Each value types have their own copy of
data so doesn't effect each other.
Reference Type:
Contains a reference to the values memory address
Allocated on heap.
These can be self describing,pointer type or interface type
Reference type can refer to the same object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suresh
1.Reference type varible data store on Heap memory,refernce
maintain in Stack memory.
| Is This Answer Correct ? | 0 Yes | 1 No |
what is diference between the .net1.0 & .net2.0 ?
I am having four text boxes in my web application. I am setting Required Field validator to each Text box. And I am having two buttons in my application. If i clicked the first button only first two text box validation will get fire. Dont show error message for remaining two text box. If i clicked second button last two text box validation will get fired. It will not consider the first two validation controls. That is how to enable and disable the validation controls.
What is CLS?
5 Answers IBM, PrimeLine, TCS,
Can viewstate be accessed in another page?
how to get modified rows from Dataset
Explain security types in asp.net?
when u enter the data in one text box once u completed entering the text box data then one page has to be popuped and the text has to be displayed in the parent page
What should you do is you want to remove an existing component but would like to make some funtionalities?
Why we use asp.net for website development?
What is the difference between session state and session variables ?
What is state management techniques in asp.net?
Define an assembly?
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)