Sharepoint webpart connection breaks - Stack Overflow most recent 30 from stackoverflow.com2009-12-04T22:40:44Zhttp://stackoverflow.com/feeds/question/633949http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/633949/sharepoint-webpart-connection-breaks0Sharepoint webpart connection breaksMoulde2009-03-11T10:11:44Z2009-03-11T10:11:44Z
<p>Hi</p>
<p>I have a webpart with a gridview, and when i select a row on the grid.
The ID of the item contained in the row is sent to another webpart in a connection.
The other webpart then displays infomation based on the iD.</p>
<p>The reciving webpart is using a multiview to view different types of info.
What induces the error or malfunction is a linkbutton in one of the views in the multiview.</p>
<p>I have a form with a textbox, a button that says save, a linkbutton that says cancel (all it does is throws in a default value to the textbox and switches the viewindex back to the general info about the item.</p>
<p>For some reason the linkbutton when pressed, kills my connection between the webparts.
And even selecting rows in the gridview wont solve the problem.</p>
<p>That was the most serious problem i have, also i have a problem where the reciving webpart is like one step behind just for one click, then it "gets up to speed".</p>
<p>Anyone ran into something similar before?</p>
<p>Thanks in advance!
Malte Hansen</p>