Newbee.
Voila j'ai ma page .aspx dans lequel je veux ajouter un ascx....
mais j'ai toujours comme erreur que
"element 'menu' is not a known element.
This can occur if there is a compilation error in the web site,
or the web.config file is missing"
voici ma page aspx:
<%@ Register TagPrefix="bb" TagName="Menu" Src="~/Menu.ascx" %>
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="index.aspx.vb" Inherits="BBwebsite.index" %>
<!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 runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div >
<bb:Menu id=menu1 runat=server></bb:Menu>
</div>
<div>
<asp:PlaceHolder ID="pageControl" runat="server"></asp:PlaceHolder>
</div>
<div>
<asp:PlaceHolder ID="newHolder" runat="server"></asp:PlaceHolder>
</div>
</form>
</body>
</html>
si quelqu'un pouvait m'aider c'est bienvenue. merci d'Avance.