domingo, 20 de setembro de 2015

  public void ExportToExcelSE()
        {
            var pessoas = new System.Data.DataTable("dataTablePessoas");
           
            foreach( TableCell _cell in grdListar.HeaderRow.Cells)
            {

                pessoas.Columns.Add(_cell.Text);
            }

            foreach (GridViewRow _rows in grdListar.Rows)
           {
               pessoas.Rows.Add();
               for (int i = 0; i < _rows.Cells.Count; i++)
               {
                   pessoas.Rows[_rows.RowIndex][i] = _rows.Cells[i].Text;
               }
              // pessoas.Rows.Add(_rows.ItemArray);
           }

            var grid = new GridView();
            grid.DataSource = pessoas;
            grid.DataBind();

            Response.ClearContent();
            Response.Buffer = true;
            Response.AddHeader("content-disposition", "attachment; filename=ArquivoExcelPessoas.xls");
            Response.ContentType = "application/ms-excel";

            Response.Charset = "";
            StringWriter sw = new StringWriter();
            HtmlTextWriter htw = new HtmlTextWriter(sw);

            grid.RenderControl(htw);

            Response.Output.Write(sw.ToString());
            Response.Flush();
            Response.End();

           // return View("MinhaView");
        }

2 comentários:

  1. Borgata Hotel Casino & Spa Launches with a $200M
    Borgata Hotel Casino & 여수 출장마사지 Spa is now live! And 창원 출장샵 for 평택 출장안마 those looking 양주 출장샵 for some of the best 순천 출장마사지 gaming and entertainment, Borgata has put out a brand new

    ResponderExcluir
  2. The further double zero present in American versions is the overriding distinction between the 2. This further wheel phase swings the home edge additional in the casino’s additional, up to as} 5.3%. At simply 2.7% as compared, European Roulette offers casino institutions roughly half 토토사이트 the revenue margin of their American counterparts. Sometimes a bored longtime dealer will get in a groove and releases the ball at precisely the same angle and velocity practically each time. A very small variety of players can spot what numbers are passing as the dealer releases the ball. With that knowledge, they'll predict at a better-than-chance price approximately the place the ball will fall.

    ResponderExcluir