Click here to Skip to main content
16,004,828 members
Home / Discussions / C#
   

C#

 
Questiondatagridview getting values Pin
sakis2419-May-09 13:21
sakis2419-May-09 13:21 
AnswerRe: datagridview getting values [modified] Pin
Christian Graus19-May-09 13:31
protectorChristian Graus19-May-09 13:31 
GeneralRe: datagridview getting values Pin
sakis2419-May-09 13:56
sakis2419-May-09 13:56 
GeneralRe: datagridview getting values Pin
sakis2419-May-09 14:21
sakis2419-May-09 14:21 
GeneralRe: datagridview getting values Pin
Mycroft Holmes19-May-09 14:34
professionalMycroft Holmes19-May-09 14:34 
GeneralRe: datagridview getting values Pin
sakis2419-May-09 14:50
sakis2419-May-09 14:50 
GeneralRe: datagridview getting values Pin
Mycroft Holmes19-May-09 15:38
professionalMycroft Holmes19-May-09 15:38 
QuestionDistributed Hosting Pin
Matt Cavanagh19-May-09 12:05
Matt Cavanagh19-May-09 12:05 
For certain reasons I have:
a) a server supporting ASP.NET but with VERY minimal monthly bandwidth,
b) a server with no ASP.NET support, but with lots of monthly bandwidth.
Now im trying to figure out the best way to get around having the users uploaded images/videos/files on one server and just hosting the code/db on the other.

I thought about the following:
The user loads the asp page and uploads what they want, this goes onto server A(look above), then server A's code transfers the file to server B via ftp and the link is stored in db which will be read when the user needs the file and directed.
Two problems with that though, 1) Isnt ftp hellishly slow and outdated? 2) Lets say the file was 10mb. It would be uploaded to server A(10mb), then server A would upload it to B(10mb+10mb), then server B would have it(10mb+10mb+10mb). So it would end it 30mb transfer.

I would be very greatfull if someone could give me some ideas about the best way to achieve this.

Smile | :)
AnswerRe: Distributed Hosting Pin
Matty2219-May-09 15:48
Matty2219-May-09 15:48 
GeneralRe: Distributed Hosting Pin
Matt Cavanagh19-May-09 20:39
Matt Cavanagh19-May-09 20:39 
QuestionIs it possible to Convert from Windows Application to a Mobile Device Application? Pin
Star0919-May-09 11:35
Star0919-May-09 11:35 
AnswerRe: Is it possible to Convert from Windows Application to a Mobile Device Application? Pin
led mike19-May-09 11:55
led mike19-May-09 11:55 
GeneralRe: Is it possible to Convert from Windows Application to a Mobile Device Application? Pin
Star0919-May-09 11:57
Star0919-May-09 11:57 
GeneralRe: Is it possible to Convert from Windows Application to a Mobile Device Application? Pin
led mike19-May-09 11:59
led mike19-May-09 11:59 
GeneralRe: Is it possible to Convert from Windows Application to a Mobile Device Application? Pin
Eddy Vluggen19-May-09 12:02
professionalEddy Vluggen19-May-09 12:02 
AnswerRe: Is it possible to Convert from Windows Application to a Mobile Device Application? Pin
DaveyM6919-May-09 12:21
professionalDaveyM6919-May-09 12:21 
QuestionRename folder Pin
netJP12L19-May-09 10:03
netJP12L19-May-09 10:03 
AnswerRe: Rename folder Pin
Moreno Airoldi19-May-09 10:21
Moreno Airoldi19-May-09 10:21 
AnswerRe: Rename folder Pin
Dave Kreskowiak19-May-09 10:25
mveDave Kreskowiak19-May-09 10:25 
GeneralRe: Rename folder [modified] Pin
netJP12L19-May-09 10:42
netJP12L19-May-09 10:42 
GeneralRe: Rename folder Pin
Moreno Airoldi19-May-09 11:00
Moreno Airoldi19-May-09 11:00 
GeneralRe: Rename folder Pin
netJP12L19-May-09 11:09
netJP12L19-May-09 11:09 
GeneralRe: Rename folder Pin
Eddy Vluggen19-May-09 12:10
professionalEddy Vluggen19-May-09 12:10 
GeneralRe: Rename folder Pin
Moreno Airoldi19-May-09 21:37
Moreno Airoldi19-May-09 21:37 
GeneralRe: Rename folder Pin
Dave Kreskowiak19-May-09 11:05
mveDave Kreskowiak19-May-09 11:05 

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.