一个稀奇的问题!!
private      void      Page_Load(object      sender,      System.EventArgs      e)       
                                                                      {       
                                                                                                          //      在此处放置用户代码以初始化页面       
                                                                                                          if(      !      this.IsPostBack)       
                                                                                                          {       
                                                                                                          System.IO.DirectoryInfo      info=new      DirectoryInfo(@ "E:\c#示例 ");       
                                                                                                          foreach(System.IO.FileInfo      f      in      info.GetFiles( "*.cs "))       
                                                                                                          {       
                                                                                                                                              String      name=f.FullName;       
                                                                                                                                              long      size=f.Length;                                                                                                                        
                                                                      string      s= "       <font      size=2      color=red>  "+ " <input &nbs