User Profile

Collapse

Profile Sidebar

Collapse
klatha
klatha
Last Activity: Nov 19 '08, 10:14 AM
Joined: Nov 14 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • klatha
    replied to Moving records
    in .NET
    Thanku balabaster

    I want data in Excel sheet.

    where this "Myfile.txt " is stored.

    System.IO.Strea mWriter sw= System.IO.File. CreateText("dat a.xls");
    sw.WriteLine(gd );
    sw.Flush();
    sw.Close();

    for WtiteLine can i pass gd(gridview)
    See more | Go to post

    Leave a comment:


  • klatha
    replied to Moving records
    in .NET
    Thanku balabaster

    I want data in Excel sheet.

    where this "Myfile.txt " is stored.

    System.IO.Strea mWriter sw= System.IO.File. CreateText("dat a.xls");
    sw.WriteLine(gd );
    sw.Flush();
    sw.Close();

    for WtiteLine can pass gd(gridview)
    See more | Go to post

    Leave a comment:


  • klatha
    started a topic Moving records
    in .NET

    Moving records

    Hi everybody

    How to move selected records in gridview to a Folder in th system directly. with out using open,savefiledi alogs using asp.net code.


    Thanks in /advance
    See more | Go to post
No activity results to display
Show More
Working...