0
問題が発生しました。 私はasp.netのウェブサイトを作っています 私はSCCファイルを持っています。私は自分のユーザーコントロール(ascx)ファイルを使用したいのです。 コントローラがSCCコードを認識しないことです。sccからascxへの挿入に失敗しました
ASCXでの私のコードは次のとおりです。
enter code here <%@ Control Language="C#" AutoEventWireup="true" CodeFile="TabsAndLogoUserControl.ascx.cs" Inherits="UserControls_WebUserControl" %> <link href="~/App_Themes/style.css" rel="stylesheet" type="text/css" />
<tr>
<td style=" width:30%">
<div class="header_resize">
<div class="logo">
<h1><a><span>Hello</span>Word<small>i need help</small></a></h1>
<br/><br/>
</div>
</div>
</td>
<td style=" height: 100%; width:70%">
</td>
</tr>
私を助けてください、私はあなたがCSSファイルと、あなたのコードについて話していると思う私の私のミスで何 感謝
あなたの間違いは明確な質問をしていないことです。あなたが提供したコードサンプルには、プリアンブルに関係するものは何もありません。 –