What is boxing and how it is done internally?
Answer / krishna prasad
assigning a value type to objects(reference type)
the boxing occurs
int iValue = 20
object objValue = iValue (boxing)
reference types are stored on heap (all objects,strings)
value types are stored on stack (int,char,bool,etc..)
| Is This Answer Correct ? | 6 Yes | 1 No |
How do you construct HtmlResponseMessage?
Do cookies store passwords?
List all templates of the repeater control.
Which control would you use if you needed to make sure the values in two different controls matched?
Which control has default post back is enabled(true)?
0 Answers Sans Pareil IT Services,
What is server side routing?
Define data caching?
What is scope of an application variable in asp.net?
With out Web.config can we executes the application?
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.
How many types of controls are there in asp.net?
Can you nest updatepanel within each other?
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)