Hi, im binding a combo on some direct event (from server side). If bind the combo on page load, it works fine (displays data). But binding the combo on direct event is throwing me the following runtime error - "microsoft JScript runtime error: 'this.reader' is null or not an object". It seems to me relating to viewstate.

Can anybody tell me what went wrong and how should I bind a combo on direct event? Thanks in advance.