in the linkbutton click's , the imageurl of the imgbutton will change .
this happens in firefox without much flickering, but entire page is
flickering in ie8 any solution
<asp:TemplateField>
<ItemTemplate>
<div class="serouter"; style="float:left">
<div style="float:left; width:180px; height:230px;">
<div class="serleft" style="vertical-align:bottom; margin-top:5px">
<asp:Label ID="lblRegId" runat="server" Text='<%#Bind("RegID")%>'></asp:
Label>
</div>
<div class="serleft" style="border: 0px solid #800000; height:145px;
text-align:center; margin-top:10px;background-image:
url('images/tab-ph1.jpg');">
<asp:UpdatePanel UpdateMode="Conditional" ID="UpdatePanel2" runat="server"
ChildrenAsTriggers="True" >
<ContentTemplate>
<asp:ImageButton ID="ImageButton6" runat="server" Height="145px" ImageAlign
="Middle" ImageUrl='<%#Bind("MainImagePath")%>' Width="120px" />
<div class="serleft" style="vertical-align:top">
<asp:LinkButton OnClick ="LinkButton2_Click" CommandName="1" ID
="LinkButton2" runat="server" Text="1" PostBackUrl='
<%#"~/UserPages/frmQuickSearch.aspx?RegID="+Eval("RegID")%>'></asp:
LinkButton>
<asp:LinkButton OnClick ="LinkButton3_Click" ID="LinkButton3" runat="server"
Text="2" PostBackUrl='
<%#"~/UserPages/frmNewQuickSearch.aspx?RegID="+Eval("RegID")%>'></asp:
LinkButton>
<asp:LinkButton OnClick ="LinkButton4_Click" ID="LinkButton4" runat="server"
Text="3" PostBackUrl='
<%#"~/UserPages/frmNewQuickSearch.aspx?RegID="+Eval("RegID")%>'></asp:
LinkButton>
</div>
</ContentTemplate>
</asp:UpdatePanel>
</div>
--
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net