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 |
How to display validation messages in one control?
Difference between ADO.Net 1.1 and ADO.Net 2.0 ?
How to find the client browser type ?
4 Answers AQA, Cognizant, Satyam,
What are asynchronous callbacks?
What is binding in web service ?
Explain the features that make asp.net more used framework? : asp.net mvc
Which method do you invoke on the DataAdapter control to load your generated dataset with data?
What is a postback in asp net?
Explain how asp.net page works?
What is http post action?
What is the difference between Hash table and Array list?
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.
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)