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 information based on the iD.
The receiving 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.
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.
For some reason, the linkbutton
when pressed, kills my connection between the webparts
.
And even selecting rows in the gridview
won't solve the problem.
That was the most serious problem I have, also I have a problem where the receiving webpart
is like one step behind just for one click, then it "gets up to speed".
Did anyone run into something similar before?