-
What's difference between Response.Write() and Response.Output.write()?
The later one allows you to write formattedoutput
-
-
-
-
-
-
-
-
-
-
-
-
What is view state and how it is maintained?
ViewState in ASP.NET IntroductionMicrosoft ASP.NET Web Forms pages are capable of maintaining their own state across multiple client round trips. When a property is set for a control, the ASP.NET saves the property value as part of the control's state. To the application, this makes it appear that the page's lifetime spans multiple client requests. This page-level state is known as the view state...
-
-
-
-
-
ASP.NET - Addition of two numbers
For that I created two text boxes tbNum1 and tbNum2 and a button btnAdd. So Question is I have to create one class ,and in this class I have to declare properties for getting values. and in button_Click event I have to access the property value and assign the result to another text box. I can use property only not methods. how to do this. pls explain with codes
-
-
ASP.NET Interview Questions
Ans