Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6760025
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:01:11+00:00 2026-05-26T14:01:11+00:00

Here is the code: <body> <form id=form1 runat=server> <div> <table width=100%> <tr> <td class=style1></td>

  • 0

Here is the code:

<body>
<form id="form1" runat="server">
<div>
<table width="100%">
<tr>
<td class="style1"></td>
<td class="style2">
<div id="back">
    <asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"></asp:ToolkitScriptManager>
    <asp:UpdatePanel ID="updPanel" runat="server" UpdateMode="Conditional">
    <ContentTemplate>
    <asp:Timer ID="timer1" runat="server" Interval="5000" OnTick="Timer1_Tick"></asp:Timer>
    <asp:Table ID="Table1" runat="server" Width="100%">
        <asp:TableRow>
            <asp:TableCell CssClass="trborder">
                <asp:Label ID="Label1" runat="server" Text="Hello1"></asp:Label>
            </asp:TableCell>
            <asp:TableCell CssClass="trborder">
                <asp:Label ID="Label2" runat="server" Text="Hello2"></asp:Label>
            </asp:TableCell>
            <asp:TableCell CssClass="trborder">
                <asp:Label ID="Label3" runat="server" Text="Hello3"></asp:Label>
            </asp:TableCell>
        </asp:TableRow>
        <asp:TableRow>
            <asp:TableCell CssClass="trborder">
                <asp:Label ID="Label4" runat="server" Text="Hello1"></asp:Label>
            </asp:TableCell>
            <asp:TableCell CssClass="trborder">
                <asp:Label ID="Label5" runat="server" Text="Hello2"></asp:Label>
            </asp:TableCell>
            <asp:TableCell CssClass="trborder">
                <asp:Label ID="Label6" runat="server" Text="Hello3"></asp:Label>
            </asp:TableCell>
        </asp:TableRow>
        <asp:TableRow>
            <asp:TableCell CssClass="trborder">
                <asp:Label ID="Label7" runat="server" Text="Hello1"></asp:Label>
            </asp:TableCell>
            <asp:TableCell CssClass="trborder">
                <asp:Label ID="Label8" runat="server" Text="Hello2"></asp:Label>
            </asp:TableCell>
            <asp:TableCell CssClass="trborder">
                <asp:Label ID="Label9" runat="server" Text="Hello3"></asp:Label>
            </asp:TableCell>
        </asp:TableRow>
    </asp:Table>
    </ContentTemplate>
    </asp:UpdatePanel>
    <asp:AnimationExtender ID="upaeTopPanel" runat="server" TargetControlID="updPanel" BehaviorID="animation">
                    <Animations>                            
                        <OnUpdated>
                            <FadeIn Duration="1.5" Fps="30"></FadeIn>                                 
                        </OnUpdated> 
                    </Animations>
                </asp:AnimationExtender>
</div>
</td>
<td></td>
</tr>
</table>    
</div>
</form>

And the CSS:

 <style type="text/css">
    .trborder
    {
        border: solid 1px #000000;
    }
    #back
    {
        background-image: url(Images/mickey.jpg);
        background-position: center center;
        background-repeat: no-repeat;           
    }
    .style1
    {
        width: 317px;
    }
    .style2
    {
        width: 322px;
    }
</style>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T14:01:11+00:00Added an answer on May 26, 2026 at 2:01 pm

    I have figured it out how to do it, according to the fadeIn effect described in the Ajax library, the FadeInAnimation performs a fade in from the current opacity to the maximum opacity, so I added a value for that less than 1 (which is the top)

    <FadeIn Duration="1.5" Fps="30" MaximumOpacity=".8"></FadeIn>
    

    and it worked.

    thanks.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here is a code for my web form control <asp:TextBox runat=server ID=txtUsername></asp:TextBox> <asp:RequiredFieldValidator ID=RequiredFieldValidator1
enter code here I have a table on SQL server 2005 with bigint primary
Here is my code <html xmlns=http://www.w3.org/1999/xhtml> <head runat=server> <title></title> <script type=text/javascript src=<%= ResolveUrl(Scripts/jquery-1.3.2.min.js) %>></script>
Here is my code <html> <body> <?php echo <b>Hello World</b> <br />; ?> </body>
Here is the smallest amount of code that clearly illustrates my problem: <html> <body>
Here a code to demonstrate an annoying problem: class A { public: A(): m_b(1),
Is SearchString acting as property of Page class? Here is code, <%@ Page Language=C#
Here is a simplified version of my page: <html xmlns=http://www.w3.org/1999/xhtml> <head runat=server> <title></title> <script
Ok the error is showing up somewhere in this here code if($error==false) { $query
Here is code from MSDN . I don't understand why the work isn't just

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.