Hi,
I have an update panel with a dropdown list. On index change, values will be populated from databas. The dropdownlist and the table are placed in an update panel. Now, i have added another table with download and upload features. if i try to put these button in the update panel an error is raised saying:
" Response method has been modified or Server trace is enabled.
My requiremet needs the download feature to be visible only the selected index change. How do I avoid the error?'
Thanks
I have an update panel with a dropdown list. On index change, values will be populated from databas. The dropdownlist and the table are placed in an update panel. Now, i have added another table with download and upload features. if i try to put these button in the update panel an error is raised saying:
" Response method has been modified or Server trace is enabled.
My requiremet needs the download feature to be visible only the selected index change. How do I avoid the error?'
Thanks
Comment