Click here to Skip to main content
15,903,388 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: How to upload a xml file on Rest web server Pin
Rama Krishna Vavilala7-Dec-09 6:29
Rama Krishna Vavilala7-Dec-09 6:29 
AnswerRe: How to upload a xml file on Rest web server Pin
The Man from U.N.C.L.E.7-Dec-09 7:49
The Man from U.N.C.L.E.7-Dec-09 7:49 
GeneralRe: How to upload a xml file on Rest web server Pin
~Khatri Mitesh~8-Dec-09 1:17
~Khatri Mitesh~8-Dec-09 1:17 
QuestionHow to Debug a DLL written in VC 6.0 in ASP.NET ( MSVS 2008 ) application? Pin
yudhisthira7-Dec-09 0:51
yudhisthira7-Dec-09 0:51 
AnswerRe: How to Debug a DLL written in VC 6.0 in ASP.NET ( MSVS 2008 ) application? Pin
puri keemti7-Dec-09 19:37
puri keemti7-Dec-09 19:37 
GeneralRe: How to Debug a DLL written in VC 6.0 in ASP.NET ( MSVS 2008 ) application? Pin
yudhisthira7-Dec-09 19:55
yudhisthira7-Dec-09 19:55 
GeneralRe: How to Debug a DLL written in VC 6.0 in ASP.NET ( MSVS 2008 ) application? Pin
puri keemti7-Dec-09 21:13
puri keemti7-Dec-09 21:13 
Questionhow to upload files to the Server path Pin
Uma J6-Dec-09 21:51
Uma J6-Dec-09 21:51 
M_SqlPathName = dsExecu.Tables(1).Rows(0)("AppSet_PhysicalPath") + Utilities.Dtgetsource.Rows(J)("FileDir") + Utilities.Dtgetsource.Rows(J)("FileName")
Dim sqlcmdsql As New SqlCommand
sqlcmdsql.Connection = sqlCon1
Dim fileInfo1 As FileInfo = New FileInfo(M_SqlPathName) --up to this line of code am getting the server path as D:\attachment\JON103\SQLQuery11.sql
Dim script As String = fileInfo1.OpenText().ReadToEnd() --then in script am not getting any path so it throws null exceptional error
SqlScript = script



pls anyone chk this out and tell me how to get the server path and upload the excel file to itConfused | :confused: Confused | :confused:
AnswerRe: how to upload files to the Server path [modified] Pin
Shameel6-Dec-09 23:17
professionalShameel6-Dec-09 23:17 
GeneralRe: how to upload files to the Server path Pin
Uma J7-Dec-09 17:51
Uma J7-Dec-09 17:51 
GeneralRe: how to upload files to the Server path Pin
Shameel8-Dec-09 3:16
professionalShameel8-Dec-09 3:16 
Questionhow to create dynamic folder with "jobid" name within C:\Temp\Sub_Folder Pin
Uma J6-Dec-09 18:58
Uma J6-Dec-09 18:58 
AnswerRe: how to create dynamic folder with "jobid" name within C:\Temp\Sub_Folder Pin
padmanabhan N6-Dec-09 19:36
padmanabhan N6-Dec-09 19:36 
GeneralMove data from one folder to another Pin
padmanabhan N6-Dec-09 20:08
padmanabhan N6-Dec-09 20:08 
AnswerRe: how to create dynamic folder with "jobid" name within C:\Temp\Sub_Folder Pin
padmanabhan N6-Dec-09 20:15
padmanabhan N6-Dec-09 20:15 
Questionhow to bind flowlayout control with tabcontrol Pin
59godgodgod6-Dec-09 7:18
59godgodgod6-Dec-09 7:18 
QuestionCrystal report section arrangment problem ... Pin
devboycpp4-Dec-09 23:15
devboycpp4-Dec-09 23:15 
QuestionWinForms ListView Pin
#realJSOP4-Dec-09 10:04
professional#realJSOP4-Dec-09 10:04 
AnswerRe: WinForms ListView Pin
darkyro4-Dec-09 13:41
darkyro4-Dec-09 13:41 
GeneralRe: WinForms ListView Pin
Abhinav S4-Dec-09 22:18
Abhinav S4-Dec-09 22:18 
GeneralRe: WinForms ListView Pin
#realJSOP5-Dec-09 0:38
professional#realJSOP5-Dec-09 0:38 
GeneralRe: WinForms ListView Pin
Abhinav S5-Dec-09 3:35
Abhinav S5-Dec-09 3:35 
AnswerRe: WinForms ListView Pin
Pete O'Hanlon4-Dec-09 22:31
mvePete O'Hanlon4-Dec-09 22:31 
GeneralRe: WinForms ListView Pin
#realJSOP5-Dec-09 0:36
professional#realJSOP5-Dec-09 0:36 
GeneralRe: WinForms ListView Pin
Pete O'Hanlon5-Dec-09 8:50
mvePete O'Hanlon5-Dec-09 8:50 

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.