What is purpose of updatepanel in ASP.NET when i can update fields of form...

Abdul Ahad

New member
...without it...? we can update values of textfields or lables using serverside methods, like onTextChanged and by setting autopostback true... then what is main perpose of updatepanel, what difference does it create ?
 
Back
Top