i) Is Disabling viewstate will effect the triggering of events???What is the internal mechanism used by asp.net to trigger events? Where it will store the control's state information?
ii) Why setting the property "Autopostback=true", will fire the Item Changed event for dropdownlist immeditely where as setting "Autopostback=false" will not fire the Item changed event for dropdownlist until the next time the page postback? How asp.net will handle this internally both scenario?