ASp.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vishnu mishra
    New Member
    • Aug 2007
    • 1

    ASp.NET

    how can export the excel file in ASP.NET Web page
  • mzmishra
    Recognized Expert Contributor
    • Aug 2007
    • 390

    #2
    do u want to export the data to a excel file.
    If yes use this code
    Response.Conten tType="applicat ion/vnd.ms-excel";
    Response.Charse t = "";

    Comment

    • Gagan deep
      New Member
      • Aug 2007
      • 1

      #3
      u want to export the data to a excel file.
      If yes use this code
      Response.Conten tType="applicat ion/vnd.ms-excel";

      Comment

      Working...