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 is WCF
What are the steps involved to fill a dataset?
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
How should I destroy my objects in asp.net?
What are the authentication types in asp.net?
Diff B/W user control and server control
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
Whats an assembly?
When was asp.net released?
How may clustered index we can create in table?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.