На этой странице отсутствует элемент управления htmlhead, необходимый для добавляемой ссылки таблицы стилей CSS. Пожалуйста добавить .
моя форма
<%@ Page Title="" Language="vb" AutoEventWireup="false" MasterPageFile="~/invent/Mstinvent.master" CodeBehind="in_cashbook2.aspx.vb" Inherits="in_fisheries4.in_cashbook2" %> <%@ Register TagPrefix="uc1" TagName="menu" Src="menu.ascx" %> <%@ Register TagPrefix="asp" Namespace="AjaxControlToolkit" Assembly="AjaxControlToolkit"%> <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <script language="javascript" type="text/javascript"> function show() { document.write("<head></head>"); } </script> <div style="height: 1000px ;float :none "> <%--<asp:ScriptManager runat="server"> --%> <ajaxToolkit:ToolkitScriptManager runat="server"> <ajaxToolkit:TabContainer ID="TabContainer1" runat="server" OnClientActiveTabChanged="ClientFunction" ActiveTabIndex="0" önDemand="true" AutoPostBack="false" TabStripPlacement="Top" CssClass="ajax__tab_xp" UseVerticalStripPlacement="true" VerticalStripWidth="120px" Width="875px" Height="600px" Font-Underline="False" Enabled="true" EnableTheming="True" ScrollBars="Auto" EnableViewState="False" > <asp:TabPanel runat="server" HeaderText="CashBook Entry " ScrollBars="Auto" ID="TabPanel1" OnDemandMode="Once"> <contenttemplate> <table style="width: 545px"> <tr><td style="width: 64px; height: 32px"></td> <td style="height: 32px"><asp:Label ID="Label46" runat="server" Font-Bold="True" Font-Names="Verdana" Font-Size="17px" Text="Step 1 - Entry To CashBook" Width="331px"> </td><td style="width: 49px; height: 32px"></td> <td class="next_button_right" style="width: 50px; height: 32px" id="Step1_Next" önclick="SetActiveTab('<%=TabContainer1.ClientID%>', 1)"></td></tr> <tr><td style="width: 64px; height: 13px;"></td><td style="height: 13px"></td> <td style="width: 49px; height: 13px;"></td><td style="width: 50px; height: 13px; text-align: center;">Next</td> </tr></table> <table style="width: 544px"><tr><td><asp:Label ID="Label47" runat="server" Text="Entry Details" Font-Bold="True" Font-Size="12px" Width="148px" Font-Names="Verdana"> </td> <td style="width: 166px"> </td> <td style="width: 187px"></td></tr><tr><td><asp:Label ID="Label48" runat="server" Text="Date:" Font-Names="Verdana" Font-Size="12px"></td> <td style="width: 166px"><asp:TextBox ID="txtadmin_username" runat="server"></td><td style="width: 187px"></td></tr> <tr><td style="height: 20px"><asp:Label ID="Label49" runat="server" Text="Ledger:" Font-Names="Verdana" Font-Size="12px"></td> <td style="width: 166px; height: 20px"><asp:DropDownList ID="DropDownList1" runat="server" Height="16px" Width="162px"></td> <td style="width: 187px; height: 20px"></td></tr><tr><td style="height: 20px"> <asp:Label ID="Label50" runat="server" Text="Amount:" Font-Names="Verdana" Font-Size="12px"></td> <td style="width: 166px; height: 20px"><asp:TextBox ID="txtadmin_SecQues" runat="server"></td> <td style="width: 187px; height: 20px"></td></tr><tr><td style="height: 20px"> <asp:Label ID="Label51" runat="server" Text="Remarks:" Font-Names="Verdana" Font-Size="12px"></td> <td style="width: 166px; height: 20px"><asp:TextBox ID="txtadmin_SecAns" runat="server"></td> <td style="width: 187px; height: 20px"></td></tr> <tr><td style="height: 20px"></td><td style="width: 166px; height: 20px"><asp:Button ID="Button1" runat="server" Text="Sbmit" /></td> <td style="width: 187px; height: 20px"><asp:Button ID="Button2" runat="server" Text="Proceed For Verification" /></td> </tr><caption> </caption> </table> <table style="width: 545px"><tr><td><asp:DataGrid ID="sanctiongrid" runat="server" AutoGenerateColumns="False" BackColor="White" BorderColor="#CCCCCC" BorderStyle="Dashed" BorderWidth="1px" Font-Names="Arial" Font-Size="Small" HorizontalAlign="Center" PageSize="2"><footerstyle backcolor="White" forecolor="#000066" /><SelectedItemStyle BackColor="#669999" Font-Bold="True" ForeColor="White" /><alternatingitemstyle backcolor="Ivory" forecolor="Black"> HorizontalAlign="Center" /><itemstyle forecolor="Black" horizontalalign="Center" /><HeaderStyle BackColor="PaleGoldenrod" Font-Bold="True" Font-Size="X-Small" ForeColor="Black" HorizontalAlign="Center" /> <columns> <asp:TemplateColumn HeaderText="S No"> <itemtemplate> </itemtemplate> <asp:TemplateColumn HeaderText="Date"> <itemtemplate><asp:Label ID="Label4" runat="server" Text=''> </itemtemplate> <asp:TemplateColumn HeaderText="Item"><itemtemplate><asp:Label ID="Label1" runat="server" Text='gfdg'> </itemtemplate><edititemtemplate><asp:TextBox ID="TextBox1" runat="server" Text=''> </edititemtemplate><asp:TemplateColumn HeaderText="Amount"> <itemtemplate><asp:Label ID="Label13" runat="server" Text=''> </itemtemplat><edititemtemplate><asp:TextBox ID="TextBox2" runat="server" Text=''> </edititemtemplate><asp:TemplateColumn HeaderText="Remarks"> <itemtemplate><asp:Label ID="Label4" runat="server" Text=''> <asp:Literal ID="Literal1" runat="server" Text=" "> </itemtemplate> </columns> <pagerstyle backcolor="White" forecolor="#000066" horizontalalign="Left" mode="NumericPages" nextpagetext="Next" prevpagetext="Previous" /> </alternatingitemstyle></td></tr> </table> </contenttemplate> <asp:TabPanel ID="TabPanel2" runat="server" HeaderText="Verification"> <asp:TabPanel ID="TabPanel3" runat="server" HeaderText="Print"> <asp:TabPanel ID="TabPanel4" runat="server" HeaderText="Day Close"> </div>
Что я уже пробовал:
Никакой информации не предоставлено.