What?s the difference between Response.Write()
andResponse.Output.Write()?
Answer Posted / priya
response.output.write allows String.Format style output and
the response.write doesn't
For example : Response.Output.Write("{0:d}", "Current Date
Time is: ",DateTime.Now);
| Is This Answer Correct ? | 26 Yes | 9 No |
Post New Answer View All Answers
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Can you dynamically assign a Master Page?
Define view state.
Explain the significance of routing? : asp.net mvc
Define cookie.
What is the difference between pathparam and queryparam?
Define the types of configuration files.
Is asp.net web forms dead?
What is gridview in asp.net?
Is it true that a Web service must be written in .NET or not?
What does ascx stand for?
What is the difference between the response.write() and response.output.write() methods?
How does session id work?
What is the use of response redirect in asp.net?
Which asp.net objects encapsulate the state of the client and the browser?