User Profile

Collapse

Profile Sidebar

Collapse
Amit Singla
Amit Singla
Last Activity: Mar 5 '08, 08:37 AM
Joined: Oct 25 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Amit Singla
    replied to Read from excel
    in .NET
    DataSet ds=null;
    try
    {
    if(File1.Value! ="")
    {
    string strFile=Convert .ToString(Syste m.IO.Path.GetFi leName(File1.Po stedFile.FileNa me));
    string[] file ;
    file = strFile.Split(' .');
    if(file[1].ToLower() =="xls")
    {
    if(!System.IO.F ile.Exists(Serv er.MapPath (@"../XLSFiles/"+strFile)) )
    {
    File1.PostedFil e.SaveAs(Server .MapPath(@"../XLSFiles/"+strFile)) ;...
    See more | Go to post

    Leave a comment:


  • Amit Singla
    started a topic How mail send through cdosys.dll
    in .NET

    How mail send through cdosys.dll

    Hi

    plz tell me How mail send through cdosys.dll

    Thanks & Regards
    Amit Singla
    See more | Go to post
No activity results to display
Show More
Working...