Guys can anobody tell what is Conditional Bloating
in asp.net ??
Answer Posted / praveen srivastav
Bloating is an activity of performance improvement,which is
basically used with AJAX controls.The property updatemode
is responsible for bloating.For example the control panel
if you set UpdateMode conditional then that clears your
query.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is scope of an application variable in asp.net?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
Are xaml file compiled or built on runtime?
Why asp.net is used?
Explain the main differences between asp and asp.net?
How does session state work in asp.net?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
What are the components of ado.net?
How you will improve web application performance?
What is web api and why to use it?
What are the versions of garbage collection?
Explain what does mvc represent in asp.net? : asp.net mvc
How do we implement bundling in MVC?
Define view state.