What?s the difference between Response.Write() and
Response.Output.Write()?
Answer Posted / srujana
The latter one allows you to write formatted output.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which is better viewstate or session?
Explain how can we inherit a static variable?
What is application in asp net?
What are the page life cycle events?
Can we create a multiple user simultaneously ?
Describe the disadvantage of cookies.
A web service can only be written in .net? State whether true or false.
What is difference between session and application in asp net?
How do you identify that the page is postback?
How is mvc different from asp.net? : Asp.Net MVC
What is the difference between ASP.NET Webforms and ASP.NET MVC?
What is break mode?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
How to bind all the binding controls in a page at once in ASP.NET?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?