Answers for "asp.net issue"

C#
0

asp.net issue

Line 245:                path = @"C:\\RenewalNoticeInvoice\\RenewalNotice_" + sub_day + "-" + sub_month + "-" + accountNo + ".pdf";                
Line 246:                zip.AddFile(path);              
Line 247:                zip.Save(Response.OutputStream);
Line 248:            }
Line 249:
Posted by: Guest on June-06-2021

C# Answers by Framework

Browse Popular Code Answers by Language