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 does ASP.NET framework maps client side events to Server side events.?
What is different between webconfig.xml & Machineconfig.xml ?
How does exception management works in ASP.NET?
What is the file extension of web service?
can machine.config file orverrides web.config. For example: if u set session timeout as 30 mins in web.config file to a particular application and if u set session timeout as 10 mins in machin.config. what will happen and which session is set to the appliction?
which is best possible way to add data source to data grid when the data is huge(10 lack recored)how to edit a perticular row
Difference between overriding and overloading?
What is Generic? explain clearly?
Differentiate between a page theme and a global theme?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Should sn.exe be used before gacutil.exe ?
2 Answers Accenture, BirlaSoft,
About remoting and web services. Difference between them?