What?s the difference between Response.Write() and
Response.Output.Write()?
Answer Posted / srujana
The latter one allows you to write formatted output.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain what is viewstate?
Explain login controls.
What do you mean by caching in asp.net?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
What is the difference between pathparam and queryparam?
Where is cookie used in asp.net?
What are resource file and how do we generate resource file?
How Session outproc in Sqlserver stored?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
What is asynchronous call?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What are the different method of navigation in asp.net?
What is the asp.net control toolkit?
What is the importance of Global.asax in ASP.NET?
Explain the flow of processing of the request? : asp.net mvc