Wizard 的疑问



不 知道要怎么在小结的地方显示上面注册了的信息郁闷!!
我还按书上的代码做了!
  void OnNext(object sender, WizardNavigationEventArgs e)
  
{
      
      
if (Wizard1.WizardSteps[e.NextStepIndex].StepType == WizardStepType.Finish)
      
{
          StringBuilder sb 
= new StringBuilder("");
          sb.AppendFormat(
"姓名:{0}<br/>", txtName .Text);
          sb.AppendFormat(
"职位:{0}<br />", txtzw.Text);
          sb.AppendFormat(
"邮件:{0}<br />", txtEmail.Text);
          sb.AppendFormat(
"手机:{0}<br />", txtphone.Text);
          sb.AppendFormat(
"备注:{0}<br /><hr>", txtbz.Text);
          sb.AppendFormat(
"<b>是否添加?</b>");
          lab.Text 
= sb.ToString();
      }

  }
但还是不能显示哦~~
各位大侠,要怎么做啊?
posted @ 2006-12-22 01:13  sliuqin  阅读(268)  评论(1编辑  收藏  举报