Click here to Skip to main content
15,909,324 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Load data into detailsview via C# Pin
N a v a n e e t h27-Sep-09 0:19
N a v a n e e t h27-Sep-09 0:19 
GeneralRe: Load data into detailsview via C# Pin
_ASPAle_27-Sep-09 1:12
_ASPAle_27-Sep-09 1:12 
GeneralRe: Load data into detailsview via C# Pin
N a v a n e e t h27-Sep-09 1:41
N a v a n e e t h27-Sep-09 1:41 
AnswerRe: Load data into detailsview via C# Pin
khaleel the kiraak27-Sep-09 10:41
khaleel the kiraak27-Sep-09 10:41 
QuestionAbout ASP.NET application Hosting Pin
jahirhstu26-Sep-09 23:27
jahirhstu26-Sep-09 23:27 
AnswerRe: About ASP.NET application Hosting [modified] Pin
Abhishek Sur27-Sep-09 9:56
professionalAbhishek Sur27-Sep-09 9:56 
Questionabout publishing website [modified] Pin
hasani200726-Sep-09 23:08
hasani200726-Sep-09 23:08 
AnswerRe: about publishing website Pin
Abhijit Jana26-Sep-09 23:14
professionalAbhijit Jana26-Sep-09 23:14 
hasani2007 wrote:
Now I want to know that when they upload their files, where were these files go?


The file will save to your server on the path where you have mentioned in your code. I guess you used some thing like,

FileUpload1.SaveAs(filepath);
Where filepath is server path location. Make sure when you host the site on IIS, you need to give the proper persmission to that folder for giving user to write access permission. It will normally work from VS Studio as VC Intergrated ASP.NET Enginge having full rights to write on Local Disk, but when you will host on IIS you need to setup the permission.

Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Don't forget to click "Good Answer" on the post(s) that helped you.

GeneralRe: about publishing website Pin
sashidhar26-Sep-09 23:19
sashidhar26-Sep-09 23:19 
AnswerRe: about publishing website Pin
sashidhar26-Sep-09 23:17
sashidhar26-Sep-09 23:17 
AnswerRe: about publishing website Pin
sashidhar26-Sep-09 23:20
sashidhar26-Sep-09 23:20 
GeneralRe: about publishing website Pin
hasani200727-Sep-09 0:52
hasani200727-Sep-09 0:52 
AnswerRe: about publishing website Pin
sashidhar27-Sep-09 1:55
sashidhar27-Sep-09 1:55 
Questionchange data value by one when I click on checkbox in gridview Pin
robotz26-Sep-09 22:26
robotz26-Sep-09 22:26 
AnswerRe: change data value by one when I click on checkbox in gridview Pin
Christian Graus26-Sep-09 22:30
protectorChristian Graus26-Sep-09 22:30 
GeneralRe: change data value by one when I click on checkbox in gridview Pin
robotz26-Sep-09 22:39
robotz26-Sep-09 22:39 
GeneralRe: change data value by one when I click on checkbox in gridview Pin
Christian Graus26-Sep-09 22:50
protectorChristian Graus26-Sep-09 22:50 
QuestionVisual Studio .NET Debugger Does Not Stop on Breakpoints When I Debug ASP.NET Pages in VS1.1 Pin
K.Safvi26-Sep-09 20:20
K.Safvi26-Sep-09 20:20 
AnswerRe: Visual Studio .NET Debugger Does Not Stop on Breakpoints When I Debug ASP.NET Pages in VS1.1 Pin
Parwej Ahamad26-Sep-09 20:59
professionalParwej Ahamad26-Sep-09 20:59 
GeneralRe: Visual Studio .NET Debugger Does Not Stop on Breakpoints When I Debug ASP.NET Pages in VS1.1 Pin
K.Safvi26-Sep-09 21:26
K.Safvi26-Sep-09 21:26 
GeneralRe: Visual Studio .NET Debugger Does Not Stop on Breakpoints When I Debug ASP.NET Pages in VS1.1 Pin
Parwej Ahamad26-Sep-09 21:28
professionalParwej Ahamad26-Sep-09 21:28 
GeneralRe: Visual Studio .NET Debugger Does Not Stop on Breakpoints When I Debug ASP.NET Pages in VS1.1 Pin
K.Safvi26-Sep-09 21:51
K.Safvi26-Sep-09 21:51 
AnswerRe: Visual Studio .NET Debugger Does Not Stop on Breakpoints When I Debug ASP.NET Pages in VS1.1 Pin
Abhijit Jana26-Sep-09 22:25
professionalAbhijit Jana26-Sep-09 22:25 
QuestionHow to read/write data from another website onto your webpage? Pin
Goalie3526-Sep-09 12:22
Goalie3526-Sep-09 12:22 
AnswerRe: How to read/write data from another website onto your webpage? Pin
Christian Graus26-Sep-09 12:44
protectorChristian Graus26-Sep-09 12:44 

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.