Hi,
I have page with <asp:updatepanel> and gridview. I am generating radtooltip runtime to show on hover of one of the image in grid.
The tool tip is containing a link which opens a file. And to open a file I have to use Response.WriteFile.
I came to know that it always creates issue with asynchronous postbacks like this. As in my case it is updatepanel and radtooltip.
So when I click on the link in tool tip, it shows the below error.
I need both things, the updatepanel and rad tool tip.
Can anybody provide solution for this ASAP?