I have this code, on mouseover it performs a function to display description and onmouseout it eliminates it. But when I select Print Function, I want to disable this hover function so it doesnt display the box for description. How do I do that? Can it be done in CSS? Please help.
<td...
Hi, I am new to asp.net and need help on this control:
<TR>
<TD>
<asp:DropDownList id="oDropOutputType" runat="server" Width="182px">
<asp:ListItem Value="WebReport">Web Report</asp:ListItem>
<asp:ListItem Value="PrintFriendly">Print Friendly Report</asp:ListItem>...
Output
Date Ref Acct Curr Bal Future Bal
2003 aaa 1111 100 100
2003 bbb 2222 100
2003 ccc 3333 100
I have query that uses the same table to display the current amt and future amt columns based on the 2 conditions:
if date <= current date and sum(amount) <> + 0...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.