| Forums.Sureshkumar.net : A Perfect Place to Share Knowledge Blogs Games Magazines |
|
|||||||
| vb / asp.net Interview / Technical Questions Kindly solve an many as questions you can. It will sharpen your skills and those solutions will help others too. |
![]() |
|
|
LinkBack | Thread Tools | Rate Thread | Display Modes |
|
|
#1 (permalink) |
|
Moderator
Join Date: Jul 2006
Posts: 2,184
Thanks: 5 Thanked 371 Times in 255 Posts Thanks: 5
Thanked 371 Times in 255 Posts
Rep Power: 58
|
What's the difference between Response.Write() and Response.Output.Write()?
What's the difference between Response.Write() and Response.Output.Write()?
__________________
Kiran |
|
|
|
|
|
#2 (permalink) |
|
Junior Member
Join Date: Jun 2007
Location: india
Age: 26
Posts: 1
Thanks: 0 Thanked 0 Times in 0 Posts Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 2
|
Re: What's the difference between Response.Write() and Response.Output.Write()?
The latter one allows you to write formattedoutput.
|
|
|
|
|
|
#3 (permalink) |
|
Junior Member
Join Date: Apr 2008
Age: 25
Posts: 1
Thanks: 0 Thanked 0 Times in 0 Posts Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 1
|
Re: What's the difference between Response.Write() and Response.Output.Write()?
Hi Kiran,
Response.write() is used to display the normal text and Response.output.write() is used to display the formated text . Thanks and Regards, N.Nallamani ![]() |
|
|
|
|
|
#4 (permalink) |
|
Junior Member
Join Date: Jun 2008
Posts: 18
Thanks: 0 Thanked 5 Times in 3 Posts Thanks: 0
Thanked 5 Times in 3 Posts
Rep Power: 1
|
Re: What's the difference between Response.Write() and Response.Output.Write()?
Response.Output.Write() gives you String.Format-style output and the Response.Write() doesn't.
In ASP.NET the Response object is of type HttpResponse and when you say Response.Write you're really saying HttpContext.Current.Response.Write and calling one of the many overloaded Write methods of HttpResponse. |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need .Net Interview Questions | vidyasagarkumar | VB / ASP.NET Technologies | 6 | 06-09-07 01:37 AM |
| difference between a Debug and Release build? | LALIT KUMAR | VB / ASP.NET Technologies | 3 | 20-02-07 05:48 PM |
| Difference between procedure and function. | bhavana | Oracle Interview / Technical Questions | 2 | 26-01-07 08:29 PM |
| J2EE - What is the difference between Difference between doGet() and doPost()? | preethisingh | Java Interview / Technical Questions | 1 | 24-01-07 07:28 PM |
| What is the difference between SQA Robot and Rational Robot or does both are same? | radhika_btech | Testing Interview / Technical Questions | 0 | 23-01-07 02:49 PM |