//MAKE IT DOWNLOADABLE Response.Clear(); //clears the current output content from the buffer Response.AppendHeader("Content-Disposition", "attachment; filename=Add2Calendar.vcs"); Response.AppendHeader("Content-Length", mStream.Length.ToString()); Response.ContentType = "application/download"; Response.BinaryWrite(mStream.ToArray()); Response.End();
String was not recognized as a valid DateTime. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.FormatException: String was not recognized as a valid DateTime.
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.