Salut et merci de me répondre. Mais comme dit plus haut il s'agit de mes premiers pas
Comment trouver le conteneur ? et surtout à quel endroit dois-je mettre ces valeurs ?
Voici le code de ma page (c'est le control Login1 qui pose problème) :
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="TEST._Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>OpenGED.Net</title>
<style type="text/css">
.style2
{
font-family: "Lucida Calligraphy";
font-size: x-large;
text-align: center;
}
.style3
{
font-family: "Lucida Calligraphy";
font-style: italic;
text-align: center;
}
.style4
{
text-align: center;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div style="z-index: 1; " class="style4">
<div class="style4">
<asp:Image ID="Image1" runat="server" Height="133px" ImageAlign="Left"
ImageUrl="~/Resources/Logo.jpg" Width="118px" />
<span class="style2">OpenGED.Net</span><span class="style3"><br />
Version ASP</span><i><br />
<span class="style3">
<br />
<br />
<br />
<asp:Login ID="Login1" runat="server" BackColor="#EFF3FB" BorderColor="#B5C7DE"
BorderPadding="4" BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana"
Font-Size="0.8em" ForeColor="#333333"
style="float: none; top: 0px; left: 0px; height: 106px; width: 250px; position: relative;">
<TextBoxStyle Font-Size="0.8em" />
<LoginButtonStyle BackColor="White" BorderColor="#507CD1" BorderStyle="Solid"
BorderWidth="1px" Font-Names="Verdana" Font-Size="0.8em" ForeColor="#284E98" />
<InstructionTextStyle Font-Italic="True" ForeColor="Black" />
<TitleTextStyle BackColor="#507CD1" Font-Bold="True" Font-Size="0.9em"
ForeColor="White" />
</asp:Login>
</span>
</i>
</div>
<div class="style4">
<br />
<br />
</div>
</div>
</form>
</body>
</html>