Click here to Skip to main content
15,903,012 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionExport datagrid values to TextFile(CSV Format) Pin
jeya krishnan.v18-May-07 18:48
jeya krishnan.v18-May-07 18:48 
AnswerRe: Export datagrid values to TextFile(CSV Format) Pin
wEb GuRu...19-May-07 3:36
wEb GuRu...19-May-07 3:36 
QuestionDataGrid Pin
kumarjammula18-May-07 17:27
kumarjammula18-May-07 17:27 
AnswerRe: DataGrid Pin
enjoycrack18-May-07 17:32
enjoycrack18-May-07 17:32 
GeneralRe: DataGrid Pin
kumarjammula18-May-07 17:44
kumarjammula18-May-07 17:44 
GeneralRe: DataGrid Pin
enjoycrack18-May-07 17:47
enjoycrack18-May-07 17:47 
AnswerRe: DataGrid Pin
Sathesh Sakthivel18-May-07 17:59
Sathesh Sakthivel18-May-07 17:59 
QuestionHelp me how to upload files to server using ASP.NET Pin
Hanh Aeriscute18-May-07 16:52
Hanh Aeriscute18-May-07 16:52 
Hi everybody!!!
I use 5 "file field" to choose some files and "save as" to my server folder using ASP.NET. Ex: name of 5 word files choose to save: file0.doc, file1.doc, file2.doc, file3.doc, file4.doc. Use this code :
Dim PathFile As String = Server.MapPath(".") & "\Documents\"
For i as integer = 0 to 4
Dim objFile As HttpPostedFile = Request.Files(i)
objFile.SaveAs(PathFile & "file" & i & ".doc")
Next
All the files (word file) upload successfully into "Documents" Folder in server computer. But when i use Word to open these files to view (use another computer and "save as" it into that computer, or open "Documents" Folder in server computer and open file with Microsoft Word), only the first file with it's data show, but all other files i saw nothing to view, look like all the data in these files disappear. What is happen with these files? Someone help me. Thanks too much. Please contact me at aeriscute@yahoo.com.

Hanh Aeriscute

QuestionRe: [Same Query] Help me how to upload files to server using ASP.NET [modified] Pin
nareshss18-May-07 17:48
nareshss18-May-07 17:48 
QuestionGetting a Photo into a radiobuttonlist Pin
Mxrider8418-May-07 14:14
Mxrider8418-May-07 14:14 
AnswerRe: Getting a Photo into a radiobuttonlist Pin
Mxrider8418-May-07 14:44
Mxrider8418-May-07 14:44 
Questionserving a file as a response to a HTML GET Request [modified] Pin
Glen Harvy18-May-07 13:56
Glen Harvy18-May-07 13:56 
AnswerRe: serving a file as a response to a HTML GET Request Pin
kubben19-May-07 2:30
kubben19-May-07 2:30 
GeneralRe: serving a file as a response to a HTML GET Request Pin
Glen Harvy19-May-07 2:55
Glen Harvy19-May-07 2:55 
Questionregarding forum!!!!!!!!!!!!!!!!!!! Pin
s_a_20026318-May-07 10:54
s_a_20026318-May-07 10:54 
AnswerRe: regarding forum!!!!!!!!!!!!!!!!!!! Pin
Christian Graus18-May-07 14:01
protectorChristian Graus18-May-07 14:01 
GeneralRe: regarding forum!!!!!!!!!!!!!!!!!!! Pin
s_a_20026318-May-07 14:35
s_a_20026318-May-07 14:35 
GeneralRe: regarding forum!!!!!!!!!!!!!!!!!!! Pin
Christian Graus18-May-07 15:22
protectorChristian Graus18-May-07 15:22 
AnswerRe: regarding forum!!!!!!!!!!!!!!!!!!! Pin
enjoycrack18-May-07 17:36
enjoycrack18-May-07 17:36 
QuestionPDF Component Pin
adnanrafiq18-May-07 8:58
adnanrafiq18-May-07 8:58 
QuestionASP.Net Application Deployment Pin
adnanrafiq18-May-07 8:55
adnanrafiq18-May-07 8:55 
AnswerRe: ASP.Net Application Deployment Pin
enjoycrack18-May-07 17:34
enjoycrack18-May-07 17:34 
Questionabout dll files Pin
s_a_20026318-May-07 7:52
s_a_20026318-May-07 7:52 
AnswerRe: about dll files Pin
Colin Angus Mackay18-May-07 8:27
Colin Angus Mackay18-May-07 8:27 
GeneralRe: about dll files Pin
s_a_20026318-May-07 9:02
s_a_20026318-May-07 9:02 

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.