Forum: ASP.NET Jan 2nd, 2009 |
| Replies: 6 Views: 1,284 Hi chinni
Sorry for the delay & wish you a happy new year,
string filePath = location + “sample.xls";//Location>>the path of your virtual folder & sample.xls is the file name which going to... |
Forum: ASP.NET Dec 31st, 2008 |
| Replies: 6 Views: 1,284 hi
After hitting that button , you just need to show that message only or same time you need to create the excel file(using any data) and save on web server ?
Ruwanthaka |
Forum: ASP.NET Dec 29th, 2008 |
| Replies: 8 Views: 1,118 //use System.Web.UI.HtmlControls.HtmlInputFile >> filSelectFile
string nameOfFile = filSelectFile.Value;//Get selected file
//Get actual file name
int last =... |