自动生成向导步骤 [英] auto generate wizard steps

查看:115
本文介绍了自动生成向导步骤的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有一种方法可以自动生成向导步骤,通过在SQL Server数据库中找到的值来递增它们,或者,只要让SQL DB表中的值作为向导步骤出现,而不是将您自己输入到向导中即可.向导?


在此链接中找到的向导具有手动输入的步骤( www.maconstateit.net/tutorials /aspnet20/ASPNET12/aspnet12-07.aspx [ ^ ]
我想拥有一个向导,该向导从数据库表中读取其步骤.我正在使用SQL Server 2008和c#asp.net.

is there a way to auto generate the wizard steps, increment them by the values found in the SQL server DB, OR, just have the values in the SQL DB tables appear as the wizard steps instead of typing them your self into the wizard?


the wizard found in this link has steps that have been manually typed in (www.maconstateit.net/tutorials/aspnet20/ASPNET12/aspnet12-07.aspx[^]
What I would like to have is a wizard that reads its steps from the database table. I am using SQL server 2008 and c# asp.net.

推荐答案

HI
您可以以编程方式添加步骤,对不对?

Wizard1.WizardSteps.Add(....

http://dotnetslackers.com/Community/forums/dynamically-adding-向导步骤/p/2105/27278.aspx [ ^ ]
HI
You can programmatically add steps right?

Wizard1.WizardSteps.Add(....

http://dotnetslackers.com/Community/forums/dynamically-adding-wizard-steps/p/2105/27278.aspx[^]


这篇关于自动生成向导步骤的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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