updatepanel

triggers in update panel - asp.net

Can i place more than one triggers for a single update panel? Is it possible to give multiple triggers for an update panel. Is there anything that i should take care if i am using multiple triggers( if it possible) ?? ...

Jquery Facebook Autocomplete disapear after postback of Update Panel

hey, i'm using the Facebook style autoComplete inside a asp.net ajax update panel, by problem is when im doing a postback to the UpdatePanel the Jquery Disapear, Any Idead? thanks, Code: $(document).ready(function () { $("[id$='DDL_Guests']").fcbkcomplete({ json_url: "../../Search.asmx/SearchAC", cache: false, filter_ca...