Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.40K
~195 People Reached
Favorite Forums
Favorite Tags
Member Avatar for geletaabate

i tried to use multiple updated panel control on a single page by setting there update mode to 'conditional' <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:Button runat="server" ID="Panel1Button" Text="Panel 1 button" /> </ContentTemplate> </asp:UpdatePanel> <asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:Button runat="server" ID="Panel2Button" Text="panel 2 button" /> </ContentTemplate> …

Member Avatar for ram_tps
0
195