what is diffrance between response.write &
response.output.write
Answers were Sorted based on User's Feedback
Answer / siddiq
Respons.Write will display the value/expresion as it is.
Response.Output.Write will diaplay the formatted content.
| Is This Answer Correct ? | 23 Yes | 3 No |
Answer / balasubramani
Response.Write will print the result as it is.
Whereas Response.Output.Write will print the formatted
output.
For Example:
Response.Output.Write("Notepad Process Started at : {0}",
DateTime.Now.ToString());
| Is This Answer Correct ? | 20 Yes | 1 No |
Answer / bala
The latter one allows you to write formatted output..
| Is This Answer Correct ? | 12 Yes | 4 No |
Response.Output.Write() allows you to write formatted output
| Is This Answer Correct ? | 7 Yes | 0 No |
Can we throw exception from catch block ?
4 Answers Accenture, BirlaSoft,
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is session in asp.net?
List the types of authentication supported by asp.net?
Types of state management techniques ?
If i have 1000 records in dataset, how to do paging?
can we pass values from one page to another page without redirecting to that page?
6 Answers Google, Patni, Syntel, Wipro,
Explain the use of view state?
best .net institute in hyderabad
what is generics?
what is page life cycle state management postback cross page postback types of feilds in gridview gridview events their life cycle cte in sql diff truncate and delete paging concepts in gridview diff bet gridview datalist and repeater what new operations in sql 2005 compared to earlier you get
if i have placed the button control with the OnClick event like <asp:Button ID="mybutton" runat="server" Text="Insert" onclick="mybutton_Click" /> and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like <input type="submit" name="mybutton" value="Insert" id="mybutton" /> here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify which button cause the submit, and how this page moves to the server side.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)