Microsoft
Software
Hardware
Network
Question : ASPX file
Hi,
For some reason this aspx file is not displaying the right output on the design view:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.c
s" Inherits="OrderRequisition
._Default"
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtm
l1/DTD/xht
ml1-transi
tional.dtd
">
<html xmlns="
http://www.w3.org/1
999/xhtml
"
>
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Wizard ID="Wizard1" runat="server" ActiveStepIndex="0" BackColor="#FFFBD6" BorderColor="#FFDFAD"
BorderWidth="1px" FinishPreviousButtonText="
Back" Font-Names="Verdana" Font-Size="0.8em"
Height="379px" StepPreviousButtonText="Ba
ck" Width="625px">
<WizardSteps>
<asp:WizardStep ID="Step1" runat="server" Title="Step 1">
<table>
<tr>
<td><asp:Label ID="lblTitle" Text="Order Requisition Name" runat="server" ></asp:Label> </td>
</tr>>
</table>
</asp:WizardStep>
<asp:WizardStep ID="Step2" runat="server" Title="Step 2">
</asp:WizardStep>
<asp:WizardStep ID="Step3" runat="server" Title="Step 3">
</asp:WizardStep>
</WizardSteps>
<SideBarButtonStyle ForeColor="White" />
<NavigationButtonStyle BackColor="White" BorderColor="#CC9966" BorderStyle="Solid"
BorderWidth="1px" Font-Names="Verdana" Font-Size="0.8em" ForeColor="#990000" />
<SideBarStyle BackColor="#990000" Font-Size="0.9em" VerticalAlign="Top" />
<HeaderStyle BackColor="#FFCC66" BorderColor="#FFFBD6" BorderStyle="Solid" BorderWidth="2px"
Font-Bold="True" Font-Size="0.9em" ForeColor="#333333" HorizontalAlign="Center" />
</asp:Wizard>
</div>
</form>
</body>
</html>
Can someone help me on this please?
Answer : ASPX file
The question is... What is the "right" output?
For me it is showing up a menu on the left containing "Step1", "Step2" and "Step3" and a "Order Requisition Name" Text in the middle of the yellow area on the right.
Random Solutions
Exchange 2007 Configuration in SBS 2008
Is there any way to restrict WHERE users can have access to OWA (Exchange 2007)?
where can i find 'ZendDebugger.so' so I can debug my php applications remotely?
Best database for a manufacturing warehouse
How to set up IIS to send alerts in the event of a system failure
want distinct, newest rows
TSQL Scalar Function using select inside the function & excluding date
HP z400 workstation crashes when I insall win 2003 R2 64 bit.
select within exec
upgrading compatability level in SQL 2000