开发者

Is there any substitution to wizard control in asp.net?

we can attain the same effect using tables what is the benefit of wizard control开发者_开发技巧 over them


Using a MultiPage and managing the navigation yourself are alternatives too; can even just use panels are replacements.

The wizard is just a specialized implementation; if you like something else, use it. It has events, properties, that are part of the API to represent the core wizard... It's perfectly OK to not use it too. Whatever works for you.

HTH.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜