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
Why is global asax is used for?
What is localhost in asp.net?
is gateway for sms continue connected for sending sms.how?
Which is faster union or union all?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Can you change a Master Page dynamically at runtime?
Why would a company use an application service provider?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What are uri parameters?
What is enableviewstate?
What is the server of asp.net?
Write a code snippet to implement the indentation in json in web api.
Explain how cookies work.
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Explain the Order of events in an asp.net page?