जॉइन Examsbookउत्तर :
What is the need of Response.Output.Write() in Asp.net ?5
प्र: What is the need of Response.Output.Write() in Asp.net ?
- उत्तर देखेंउत्तर छिपाएं
- Workspace
उत्तर :
व्याख्या :
Response.Write() and Response.Output.Write() both does the same work for printing output on the screen. But their is a small difference between them. As we can write formatted output using Response.Output.Write() but Response.Write() can't allows the formatted output.

