Tagged Questions

2
votes
4answers
468 views

change masterpage image src from page in update panel C#

I have a master page that contains an image as follow: <asp:Image ID="imgCompanyLogo" runat="server" ImageUrl="image path" /> and in a child page I want to edit the property ImageUrl as ...
0
votes
1answer
564 views

Timer in UpdatePanel

I have an asp:UpdatePanel with an asp:Timer. These are in a Master/Content Page. The code is below: <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional"> ...