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)
User Profile
Collapse
-
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)Leave a comment:
-
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
No activity results to display
Show More
Leave a comment: