Hi Andrei,
As my download code is written in .htm file in the view layout.Because for opening a pop up box i have used a javascript and i think javascript code witll not accept in my overview page download event handler.
My code is like
<script>
window.navigate( "<%= lv_urlser %>" );
</script>
lv_urlser is tha page url which created through one of the method.
I want whenever i download table view data the download button should be independent with assignment block whetcher it is in lazy mode or in visible mode it should not matter.But in my case control is going to assignment block ,so it is dependent upon assignment block.
Please provide me some help so that i can solver my issue.
Thanks in Advance.
Regards,
Avi Dey