There are one UltraWebGrid and one FormView(include objectDataSource) in test.aspx. I found a problem, the FormView can disappear when I operate FormView. For example, I click the FormView's edit linkbutton. I try put UltraWebGrid and FormView into two different UpdataPanel, the problem is not appear. I try put FormView into UpdataPanel and UltraWebGrid don't in UpdataPanel, the problem is also not appear. I don't know why happen this problem? Please give me some advice.
Hello,
It is a bit hard to get the whole scenario in details, but from what I can infer, you may need to rebind the FormView upon each event (e.g. initial load, edit, etc) -- the problem might be related to that.
If this does not help, maybe posting a little bit more information will provide additional clues.