Click here to Skip to main content
15,892,298 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: change error exception Pin
Blue_Boy9-Sep-07 11:48
Blue_Boy9-Sep-07 11:48 
GeneralRe: change error exception Pin
hardyyanto9-Sep-07 17:12
hardyyanto9-Sep-07 17:12 
GeneralRe: change error exception Pin
Blue_Boy9-Sep-07 20:49
Blue_Boy9-Sep-07 20:49 
QuestionDownloading file in firefox Pin
Mr.Sam9-Sep-07 3:12
Mr.Sam9-Sep-07 3:12 
AnswerRe: Downloading file in firefox Pin
Christian Graus9-Sep-07 3:51
protectorChristian Graus9-Sep-07 3:51 
GeneralRe: Downloading file in firefox [modified] Pin
Mr.Sam9-Sep-07 4:13
Mr.Sam9-Sep-07 4:13 
GeneralRe: Downloading file in firefox Pin
Christian Graus9-Sep-07 5:40
protectorChristian Graus9-Sep-07 5:40 
GeneralRe: Downloading file in firefox Pin
Mr.Sam9-Sep-07 5:56
Mr.Sam9-Sep-07 5:56 
I am using the streamwriter to write the file.
In start....

l_strFilename = Server.MapPath("../../" + MZKBase._SysGenExcelFilePath + l_strGuid & ".VCS")
Dim l_oWriter As System.IO.StreamWriter = New System.IO.StreamWriter(l_strFilename)
l_oWriter.WriteLine("BEGIN:VCALENDAR")
l_oWriter.WriteLine("PRODID:-//Microsoft Corporation//Outlook MIMEDIR//EN")
l_oWriter.WriteLine("VERSION:1.0")
l_oWriter.WriteLine("BEGIN:VEVENT")

l_oDueDate = TimeZone.CurrentTimeZone.ToUniversalTime(l_oDueDate)
l_oString.Append("DTSTART:")
l_oString.Append(AppendZero(l_oDueDate.Year.ToString()))

...Rest of the File...

l_oWriter.WriteLine("PRIORITY:3")
l_oWriter.WriteLine("END:VEVENT")
l_oWriter.WriteLine("END:VCALENDAR")
l_oWriter.Close()


And in the end


l_oString = New Text.StringBuilder
l_oString.Append(" Save As
")



To show the link saveas...

Bye

GeneralRe: Downloading file in firefox Pin
Christian Graus9-Sep-07 6:41
protectorChristian Graus9-Sep-07 6:41 
Questionsending mail Pin
garga19-Sep-07 1:46
garga19-Sep-07 1:46 
AnswerRe: sending mail Pin
Christian Graus9-Sep-07 2:41
protectorChristian Graus9-Sep-07 2:41 
QuestionUnmatched records from DataTables Pin
jayarajmrj8-Sep-07 20:28
jayarajmrj8-Sep-07 20:28 
Questionproblem with passing values from webform class to test.vb class Pin
MD128-Sep-07 19:58
MD128-Sep-07 19:58 
AnswerRe: problem with passing values from webform class to test.vb class Pin
Christian Graus9-Sep-07 2:44
protectorChristian Graus9-Sep-07 2:44 
GeneralRe: problem with passing values from webform class to test.vb class Pin
MD129-Sep-07 20:58
MD129-Sep-07 20:58 
AnswerRe: problem with passing values from webform class to test.vb class Pin
John-ph9-Sep-07 2:49
John-ph9-Sep-07 2:49 
QuestionAjaxPro Library and HTML problem .??? [modified] Pin
devboycpp8-Sep-07 5:23
devboycpp8-Sep-07 5:23 
GeneralTables vs CSS for Page Index Pin
Brady Kelly8-Sep-07 3:19
Brady Kelly8-Sep-07 3:19 
GeneralRe: Tables vs CSS for Page Index Pin
Guffa8-Sep-07 4:16
Guffa8-Sep-07 4:16 
QuestionAdding Database to App_Data folder Pin
haroon19808-Sep-07 0:22
haroon19808-Sep-07 0:22 
AnswerRe: Adding Database to App_Data folder Pin
SalarSoft8-Sep-07 1:23
SalarSoft8-Sep-07 1:23 
GeneralRe: Adding Database to App_Data folder Pin
haroon19808-Sep-07 1:27
haroon19808-Sep-07 1:27 
QuestionIFRAME in ASP.NET [modified] Pin
.NET- India 7-Sep-07 22:55
.NET- India 7-Sep-07 22:55 
Questionweird situation with autopostback Pin
RoyRose787-Sep-07 21:40
RoyRose787-Sep-07 21:40 
AnswerRe: weird situation with autopostback Pin
RoyRose787-Sep-07 22:13
RoyRose787-Sep-07 22:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.