what is diffrance between response.write &
response.output.write
Answer Posted / bala
The latter one allows you to write formatted output..
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What is active web page?
What are the layouts of ASP.NET Pages?
Define asp.net caching?
Which is faster union or union all?
Why mvc is better than asp.net? : Asp.Net MVC
How ViewstateMac works?
Why SessionID changes in every request in asp.net?
What is state management in .net?
To load your generated dataset with data which method do you invoke?
Can you explain autopostback?
What is repository pattern in mvc.net? : asp.net mvc
Explain serialization and deserialization?
calling result set one procedure to anothar procedure in sql2000
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
How can we Validate a Controls in ASP.NET page using JavaScript?