Hi there!
I'm using RadAjaxmanager in 2008 and I've some textboxes inside a table.
In a repeater I've a list with a imagebuttons and these will adding dynamical to the AjaxManager when the repeater have been bind.
What I'm doing here is to add each button and wich box will be updated with it. The result is to add a row for each box.
Can't I add the table instead and the ajaxmanager update all boxes inside it?
/Thanx
I'm using RadAjaxmanager in 2008 and I've some textboxes inside a table.
In a repeater I've a list with a imagebuttons and these will adding dynamical to the AjaxManager when the repeater have been bind.
For Each item As LinkButton In myAjaxManager_Konf_Edit |
'RadAjaxManager1.AjaxSettings.AddAjaxSetting(item, tblKonf, RadAjaxLoadingPanel1) |
RadAjaxManager1.AjaxSettings.AddAjaxSetting(item, boxKonf_Namn, RadAjaxLoadingPanel1) |
RadAjaxManager1.AjaxSettings.AddAjaxSetting(item, boxkonf_AntalÖar, RadAjaxLoadingPanel1) |
RadAjaxManager1.AjaxSettings.AddAjaxSetting(item, boxKonf_Biosittning, RadAjaxLoadingPanel1) |
RadAjaxManager1.AjaxSettings.AddAjaxSetting(item, boxKonf_Skolsittning, RadAjaxLoadingPanel1) |
RadAjaxManager1.AjaxSettings.AddAjaxSetting(item, boxKonf_Ubord, RadAjaxLoadingPanel1) |
Next |
Can't I add the table instead and the ajaxmanager update all boxes inside it?
/Thanx