tags:

views:

4

answers:

0

I'm creating an extended combobox server control by extending normal combobox. Inside prerender event, i am binding it with some data. I have achieved this successfully.

Now i want to check whether the page that contains this control has been post-backed or partially post-backed. In fact I want to stop other instances of the same control to get loaded again & again on postback of any other instances.

Thanks Akif