Advantage of Update Panel over Asp.net 2.0 + C#+ Microsoft
Ajax 1.0
Answer Posted / sonichya
AJAX is a client side technology and it supports asynchronous communication between client and server. If the part of page need to be refreshed, then we can use this Update panel control, which uses AJAX request and does not harm the other part of the page. Please refer below link for more details
https://csharpquestions1.blogspot.in/2016/10/why-to-use-updatepanel-control-in-ajax.html
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 is web api and why to use it?
Can I have a unique key as foreign key?
Define static function?
Differences between “dataset” and “datareader”.
How do session tokens work?
What does session_start () do?
Explain in what order a destructors is called.
What is inproc mode in session?
Describe the difference between inline and code behind - which is best in?
Can I stream live content/events?
What does mvc represent in asp.net? : asp.net mvc
About CLR, reflection and assemblies?
What is server side session management?
How do you store a value in viewstate and retrieve them?