Thursday, July 23, 2015

Wednesday, July 8, 2015

ASP.NET HTML code

<body>
    <form id="form1" runat="server">
    <div>
    <%--<h2>Spectacular Mountain</h2>--%>
   <%-- <table width="100%" border="2"
            style=" background-image: url('pic_mountain.jpg'); border-bottom-color:  Aqua; height: 347px;">--%>

<table width="100%" border="2"
            style=" border-bottom-color:  Aqua; ">
    <tr >
    <td colspan="3" width="100%" style="background-color: Blue ">
  <marquee>  <asp:Label ID="Label1" runat="server" Text="WELCOME" ForeColor="DarkOrange" Font-Bold="true" Font-Size="X-Large"  ></asp:Label> </marquee>
     
    <img src="pic_mountain.jpg" width="100%"  height="50%"   alt="Mountain View"/>
    </td>
    </tr>

    <tr>
 
    <td  width="20%" style="border:none">
 
 
    <asp:HyperLink ID="HyperLink1" NavigateUrl="~/Home.aspx" runat="server"> HOME </asp:HyperLink>
    <br />
 
     <asp:HyperLink ID="HyperLink2" NavigateUrl="~/Home.aspx" runat="server"> HOME </asp:HyperLink>
     <br />
      <asp:HyperLink ID="HyperLink3" NavigateUrl="~/Home.aspx" runat="server"> HOME </asp:HyperLink>
      <br />
       <asp:HyperLink ID="HyperLink4" NavigateUrl="~/Home.aspx" runat="server"> HOME </asp:HyperLink>
       <br />
        <asp:HyperLink ID="HyperLink5" NavigateUrl="~/Home.aspx" runat="server"> HOME </asp:HyperLink>
        <br />
         <asp:HyperLink ID="HyperLink6" NavigateUrl="~/Home.aspx" runat="server"> HOME </asp:HyperLink>
         <br />
          <asp:HyperLink ID="HyperLink7" NavigateUrl="~/Home.aspx" runat="server"> HOME </asp:HyperLink>
          <br />
           <asp:HyperLink ID="HyperLink8" NavigateUrl="~/Home.aspx" runat="server"> HOME </asp:HyperLink>
           <br />
            <asp:HyperLink ID="HyperLink9" NavigateUrl="~/Home.aspx" runat="server"> HOME </asp:HyperLink>
            <br />
 
    </td>

    <td width="40%" style="border:none;" valign="top" align="justify">
    <h2 style="color:Olive "  align="center">
    LEARN TO FIX YOUR LOYALITY
    </h2>


     <p   style="background-color:Orange; font-size:larger; color:Blue  ">

Once there broke a war between the birds and the beasts. Many battles were fought one after the other. If vow the birds got the upper hand, the next time beasts were successful.

The bats played a very treacherous role in this war. They sided with whichever side got the better of the other. Thus they were changing their loyalty from side to side.

Neither side paid any attention to the bats till the war lasted. But when the war got over, the bats didn't know which side to go. First, they went to the birds. But the birds refused to own them as many birds had seen them fighting for the beasts.

Then, the bats went to the beasts. But there also they faced the same situation.

So, they were left all alone because of their disloyalty.
<br />
  <font style=" font-size:x-large; background-color:Orange;"> &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp;The End.. </font>
 
   <%--  <font style=" font-size:x-large; background-color:Orange;"> <center> The End..  </center> </font>--%>

 
 
</p>

    </td>
    <td width="40%" style="border:none">
 
     <h2 style="color:Olive "  align="center">
    UNITED WE STAND ;DIVIDED WE FALL
    </h2>
    <p   style="background-color:Olive; font-size:larger ">
 


Once upon a time three sons were engaged in merchantile business under the supervision of their father. They were very rich. Each son was proficient in his own department.

If one was good in sales, the other one was competent in purchases and similarly the third one in finance.

Unluckily, one day the father got bed ridden and the sons decided to divide the business under the fallacy that each of them were experts in their own way and can handle their individual business solely.

The father was glum and grumpy with their decision but was helpless and unfortunately the separation took place.

As a result three of them became each other's competitors. With the passage of time, they started having huge losses in their respective businesses. They tried all possible ways to succeed but the situation became worse.

Then they came to their father for a piece of advice. The father said "when you all were doing the business jointly, the business ran successfully. But it was not any one of you responsible for the success of the business rather traits of all three of you put together made the business successful".

The sons realized their mistake & got reunited. So we conclude that disunity always ruins.
The End..
 
    </p>
    </td>
    </tr>
    </table>



    </div>
    </form>
</body>




-----------------



Another Page


---------------

<body style="background-color:Green">
    <form id="form1"  runat="server">
    <div>
        <p style="font-size:xx-large; font-family:AngsanaUPC; color:Fuchsia; background-color:Olive">
       
      <marquee>    <% Response.Write("welcome to the Home page")%>    </p>    </marquee>
    </div>
    </form>
</body>