is it possible? say with the listview?
+1
A:
You need to set the ChildrenAsTriggers
attribute to true
in order for this work as you expect.
Jose Basilio
2009-12-18 19:45:04
tried that, same thing, enter page loads when i click edit or update
Erx_VB.NExT.Coder
2009-12-18 19:52:27
Post the relevant part of the code. It will make it easier to provide you with an answer.
Jose Basilio
2009-12-18 23:14:13
Done, posted the relevant parts
Erx_VB.NExT.Coder
2009-12-19 09:27:50
A:
This is the relevant part of code
<asp:UpdatePanel
ID="upComments" runat="server"
UpdateMode="Conditional" ChildrenAsTriggers="true">
<ContentTemplate>
<asp:ListView ID="lvComments" runat="server" DataSourceID="dsComments">
Erx_VB.NExT.Coder
2009-12-19 09:27:01
(btw, the preferred way of updating your question is to edit the original question, not add a new answer)
Groo
2009-12-19 09:33:00