Wednesday 8 October 2014

How to Use Image in Asp.Net C#

No comments    
categories: , ,
IMAGE



        

                    Html Coding

<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
   
      
        <asp:Image ID="Image1" runat="server"
        Height="181px" ImageUrl="~/11.jpg" Width="291px" />
     
   
    </div>
    </form>
</body>

 
</html>






                                                                                  




0 comments:

Post a Comment