The postback tag has no wiki summary.
0
votes
2answers
56 views
Filters get removed from external list when document is deleted from XsltListViewWebPart on same webpage
I have a webpage on Sharepoint 2010 that has:
1) An external list
2) A webpart that has XsltListViewWebPart referring to a document library
When a filter is applied to External list, it filters out ...
0
votes
1answer
30 views
SPGridview Sorting issue with Modal control - Double postback
I'm having a a issue related to Sharepoint/ASP.Net Postbacks.
Basically, what's happening is I have the following GridView on my page:
<SharePoint:SPGridView
EnableViewState="false" ...
1
vote
0answers
214 views
Close window after save editform with Drop off library
I have a problem with closing my explorer window from the SharePoint 2010 listitem editform.
I am opening a new explorer window from Outlook. In this window I open the editform from the ...
1
vote
0answers
369 views
How to check for IsPostback in Visual Webpart
I have created visual webpart in SharePoint 2010 which will generate class file for class derived from Webpart and second for UserControl. Now I have TabStrip Control on .ascx markup.
Now I want to ...
0
votes
0answers
102 views
Exception in ListFieldIterator on postback
I'm using ListFieldIterator to display/edit values of item from some list. When a postback is triggered (user clicked on button with my custom saving routine), following exception is thrown:
...
0
votes
0answers
45 views
Repeating Textboxes that persist on postback
Hoping someone has advice with the following situation:
I am creating a search that returns a varying amount of data,
For each of the results I want to output a textbox into which I can enter a ...