What?s the difference between Response.Write() and
Response.Output.Write()?
Answers were Sorted based on User's Feedback
Answer / chaitali
Response.write - it writes the text stream
Response.output.write - it writes the HTTP Output Stream.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / srujana
The latter one allows you to write formatted output.
| Is This Answer Correct ? | 2 Yes | 0 No |
What?s a bubbled event?
What is interval time of GC in .net
What is skin in asp.net?
What is asp.net version?
What r the asp.net list controls and diff. Between them?
What is the difference between trace and debug in asp.net?
Explain About WebService
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
What is viewstate? In which event of the page life cycle, is the viewstate available?
accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.
Is it true that a Web service must be written in .NET or not?
How can u sort strings in array where strings are passed to method as arguments.
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)