Hi Venk259, First thanks for the reply... I did try this method before but the dropdownlist did not reload with fresh data whenever i drag and drop a panel. I have set the dropdownlist autopostback to true but its not refreshing. Any idea why is it like tat? by the way the web service called by the drag and drop is done on client side by calling the webservice using javascript. Any work around? Cheers
larree11
Posts
-
AJAX UpdatePanel related -
www.dropthings.com related questionsHi currently the above application allow multiple widget instance in a column dropcue in top to bottom order. I would like to find out anyway to restrict the number of widget appearing in a column to one only? This also means that the dropcue display will appear only when the column is empty and will not appear when the column already have one widget on it. thanks in advance!! help help! cheers
-
AJAX UpdatePanel relatedGood day to all, I have a few panels control inside one UpdatePanel (AJAX extension), these items have drag and drop features, upon dragging these panels and dropping them at a different location, a webservice will be called from client side to update the new location of the panel in the database. The problem now is I have another dropdownlist outside this UpdatePanel which is databind. Whenever the location of any panel is dragged and moved to a new location, the item in the dropdownlist should be different as it uses a stored procedure which is somehow link to the above attribute. The problem I'm facing now is that I'm unable to update the dropdownlist by using the ddltest.DataBind() unless I reload the whole page instead of using an UpdatePanel. I'm quite new to AJAX so feel free to correct me on my misconcept and advise me on how should I tackle this problem. Thanks in advance Cheers