日期:2014-05-18  浏览次数:20433 次

关于Iprincipal的问题
protected void btnsubmit_click(object sender, EventArgs e) 
  { 
  Iprincipal myprincipal = this.User; 是错的吗? 
  string tablestring = " <table border=1> <tr> <td>Name </td> <td>"; 
  tablestring += Server.HtmlEncode(myprincipal.identity.name) + " </td> </tr>"; 
  Response.Write(tablestring); 
  }

------解决方案--------------------
路过,帮up