How Response.flush works in server.Execute ?
Answer / swathi cherukuri
Response.Flush() is send to the browser what is on buffer, but is not stop the processing of the page, so it will continue the execution of the next steps.
Is This Answer Correct ? | 0 Yes | 0 No |
What is autopostback in asp net?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What does uri mean?
What is difference between session and cookies?
What is server infrastructure & server components?
How cross page posting is done in Asp.net 2.0?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
What is web api vs wcf?
Differentiate between authentication and authorization.
What is shadowing?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What is AppDomain?Explain how it works.