To solve the Image Button alternate text is not working in ie 8 asp.net problem
follow the below code
.aspx
asp:Image ID="imgItinerary" ImageUrl="~/images/search_thumb.jpg" runat="server"
.aspx.cs
Problem created code:
i missed out tooltip property
imgItinerary.AlternateText = "Image";
Solution for the above problem:
imgItinerary.AlternateText = "Image";
imgItinerary.ToolTip = "Image";
Solution for the QlikView, Biztalk, DotNet and MSBI real time development problems
Search This Blog
Wednesday, August 17, 2011
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Error : Could not store transport type data for Receive Location 'EAISolutionReceiveRequestLocation' to config store. Prima...
-
I am getting below error while executing stored procedure from C# (Ado.net, entity framework) String[2]: the Size property has an invalid ...
-
Migration from Visual Studio 2008 to 2013 Without any code changes I successfully migrated from VS 2008 to 2013 but when running website f...
-
Exception : Microsoft.WindowsAzure.StorageClient.StorageClientException was unhandled Message=One of the request inputs is out of ran...
-
Review the permissions of the user that you're trying to impersonate. In my situation, I was only getting the error on my development ...
No comments:
Post a Comment