Tagged Questions
0
votes
0answers
168 views
Update Panel Error on Adding Report Viewer Control Dynamically SharePoint 2010
I am trying to add report viewer control dynamically on my visual web part (on ascx control).
The code I am writing is on PreInit event and creating an instance of Report Viewer Control and adding it ...
0
votes
0answers
40 views
Cancel Ajax Request in Webparts
In my visual web parts used in modal dialog, I have used a UpdatePanel and added an initializeRequest function and an endRequest function like following:
<script type="text/javascript">
...