ASP.NET中的向导控件 [英] Wizard control in asp.net

查看:106
本文介绍了ASP.NET中的向导控件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在完成按钮上添加一本书,然后在向导控件中单击.
我在向导中有四个步骤... Plz建议如何在向导控件中的完成按钮单击上添加项目.

I want to add a book on the finish button click in wizard control.
I have four steps in wizard...Plz suggest how to add a item on finish button click in the wizard control.

<asp:Wizard runat="server" ID="NewBookWizard" DisplaySideBar="false" OnFinishButtonClick="NewBookWizard_FinishButtonClick" OnNextButtonClick="NewBookWizard_NextButtonClick">
            <WizardSteps>

                <asp:WizardStep runat="server" Title="Details" StepType="Start" ID="DetailsWS"  >
                </asp:WizardStep>
                <asp:WizardStep  runat="server" Title="Upload image" StepType="Step" >
                </asp:WizardStep>
                <asp:WizardStep  runat="server" Title="Book Summary" StepType="Finish" ID="BookSummaryWS">
                </asp:WizardStep>
                <asp:WizardStep  runat="server" Title="Book Added" StepType="Complete" >
                </asp:WizardStep>

            </WizardSteps>
        </asp:Wizard>


这是我添加向导的aspx代码.
-------------------------------------------------- --------------
Vipul


This is my aspx code of adding a wizard.
----------------------------------------------------------------
Vipul

推荐答案

本文将为您提供帮助.它增加了一个新员工而不是一本书.看看:
MSDN:ASP.NET 2.0向导控件 [此处 [
This article would help you out. It add''s a new employee instead of a book. Have a look:
MSDN: The ASP.NET 2.0 Wizard Control[^]

More knowledge-base and reading material mentioned here[^].


这篇关于ASP.NET中的向导控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆