Click here to Skip to main content
15,911,531 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: image problem Pin
Guffa16-Jan-09 9:03
Guffa16-Jan-09 9:03 
Questiongetting row into textbox and update,delete in gridview Pin
mihirkul16-Jan-09 6:54
mihirkul16-Jan-09 6:54 
AnswerCP IGNORE -- THIRD TIME SAME QUESTION Pin
leckey16-Jan-09 8:27
leckey16-Jan-09 8:27 
Question[newbie] Controls have to be aligned Pin
jon-8016-Jan-09 4:56
professionaljon-8016-Jan-09 4:56 
AnswerRe: [newbie] Controls have to be aligned Pin
TylerBrinks16-Jan-09 5:01
TylerBrinks16-Jan-09 5:01 
AnswerRe: [newbie] Controls have to be aligned Pin
jon-8016-Jan-09 9:56
professionaljon-8016-Jan-09 9:56 
AnswerRe: [newbie] Controls have to be aligned Pin
Member 400159616-Jan-09 22:34
Member 400159616-Jan-09 22:34 
GeneralRe: [newbie] Controls have to be aligned [modified] Pin
jon-8018-Jan-09 8:28
professionaljon-8018-Jan-09 8:28 
I could use it to align text, however, I would like to make sure that they fit within a , and, somehow the
tags have rendered the page unreadable.

I tried with a smaller version and it worked, so I must have done some mistake in my actual form.

However when I tried to include controls within a wizard control within
tags it doesn't compile. Any workarounds?

<br />
<![CDATA[<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %>]]><br />
<br />
<br />
<br />
<html xmlns="http://www.w3.org/1999/xhtml"><br />
<head runat="server"><br />
    <title></title><br />
</head><br />
<body><br />
    <form id="form1" runat="server"><br />
    <div><br />
    <br />
        <asp:wizard id="Wizard1" runat="server" activestepindex="0" height="132px" xmlns:asp="#unknown"><br />
            onfinishbuttonclick="Wizard1_FinishButtonClick" Width="765px"><br />
            <wizardsteps><br />
                <table><br />
                <asp:wizardstep id="step1" runat="server" title="Task details"><br />
                </asp:wizardstep></table><br />
                        Choose<asp:dropdownlist id="DropDownList1" runat="server"><br />
                        <asp:listitem value="2a">Step 2a</asp:listitem><br />
                        <asp:listitem value="2b">Step 2b</asp:listitem><br />
                    </asp:dropdownlist><br />
                    <br /><br />
                    <br /><br />
                <br />
                <asp:wizardstep id="step2a" runat="server" title="Step 2a"><br />
                </asp:wizardstep><br />
                <asp:wizardstep id="step2b" runat="server" title="Step 2b"><br />
                </asp:wizardstep><br />
               <br />
            </wizardsteps><br />
        </asp:wizard><br />
    <br />
    </div><br />
    </form><br />
</body><br />
</html><br />
<br />


Error:
Error 1 System.Web.UI.WebControls.WizardStepCollection must have items of type 'System.Web.UI.WebControls.WizardStepBase'. 'table' is of type 'System.Web.UI.HtmlControls.HtmlTable'. c:\inetpub\wwwroot\WebSite2\Default.aspx 16

Jon

modified on Sunday, January 18, 2009 2:36 PM

QuestionAjax Update Pannel Pin
Member 400159616-Jan-09 1:55
Member 400159616-Jan-09 1:55 
AnswerRe: Ajax Update Pannel Pin
Paddy Boyd16-Jan-09 2:46
Paddy Boyd16-Jan-09 2:46 
AnswerRe: Ajax Update Pannel Pin
Abhijit Jana16-Jan-09 4:03
professionalAbhijit Jana16-Jan-09 4:03 
GeneralRe: Ajax Update Pannel Pin
Member 400159616-Jan-09 22:31
Member 400159616-Jan-09 22:31 
Questionsql ouery problem Pin
pragya_chaubisa16-Jan-09 1:20
pragya_chaubisa16-Jan-09 1:20 
AnswerRe: sql ouery problem Pin
Ashfield16-Jan-09 2:32
Ashfield16-Jan-09 2:32 
GeneralRe: sql ouery problem Pin
pragya_chaubisa19-Jan-09 0:53
pragya_chaubisa19-Jan-09 0:53 
GeneralRe: sql ouery problem Pin
Ashfield19-Jan-09 8:53
Ashfield19-Jan-09 8:53 
Questiongrid view display Pin
varsh1216-Jan-09 0:49
varsh1216-Jan-09 0:49 
AnswerRe: grid view display Pin
Jon Rista16-Jan-09 12:21
Jon Rista16-Jan-09 12:21 
Questionhow to remove dll reference in visual studio? Pin
mr_muskurahat16-Jan-09 0:44
mr_muskurahat16-Jan-09 0:44 
AnswerRe: how to remove dll reference in visual studio? Pin
Abhijit Jana16-Jan-09 20:55
professionalAbhijit Jana16-Jan-09 20:55 
Questionmerge two pdf Pin
bhaumikdv16-Jan-09 0:11
bhaumikdv16-Jan-09 0:11 
AnswerRe: merge two pdf Pin
SeMartens16-Jan-09 3:45
SeMartens16-Jan-09 3:45 
Question[Message Deleted] Pin
mihirkul15-Jan-09 23:33
mihirkul15-Jan-09 23:33 
AnswerCP IGNORE; repost Pin
leckey16-Jan-09 4:21
leckey16-Jan-09 4:21 
QuestionDatagrid with row movement by mouse clicking Pin
Girish48115-Jan-09 23:12
Girish48115-Jan-09 23:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.