Click here to Skip to main content
16,018,904 members
Home / Discussions / C#
   

C#

 
GeneralRe:Displaying a form window from its (width,0) to (0,0) [modified] Pin
leoiser16-Aug-07 22:46
leoiser16-Aug-07 22:46 
GeneralRe:Displaying a form window from its (width,0) to (0,0) Pin
RameshwerE16-Aug-07 22:59
RameshwerE16-Aug-07 22:59 
Questionsearch for special sentence in a whole string? Pin
Assaf8216-Aug-07 18:58
Assaf8216-Aug-07 18:58 
AnswerRe: search for special sentence in a whole string? Pin
leoiser16-Aug-07 19:50
leoiser16-Aug-07 19:50 
AnswerRe: search for special sentence in a whole string? Pin
Guffa16-Aug-07 21:36
Guffa16-Aug-07 21:36 
QuestionSave uploaded file to the server Pin
T4AMD16-Aug-07 18:22
T4AMD16-Aug-07 18:22 
AnswerRe: Save uploaded file to the server Pin
Vikram A Punathambekar16-Aug-07 18:28
Vikram A Punathambekar16-Aug-07 18:28 
GeneralRe: Save uploaded file to the server Pin
T4AMD16-Aug-07 19:33
T4AMD16-Aug-07 19:33 
Well the FileUpload Control---used to Browse and select the file works.

Another Button adjacent to the FileUpload button is used to save the file selected by the Browse button inside the server and that does not work. My browse button code is:


private void FileUpload_Click(object sender, System.EventArgs e)
{
string strFilename;
{
// Get the file name
strFilename = FileUpload1.PostedFile.FileName;
// Exit if no file name was entered
if (strFilename == "") return;
}
}

AnswerRe: Save uploaded file to the server Pin
N a r e s h P a t e l16-Aug-07 19:36
N a r e s h P a t e l16-Aug-07 19:36 
GeneralRe: Save uploaded file to the server Pin
T4AMD16-Aug-07 20:02
T4AMD16-Aug-07 20:02 
QuestionRe: Save uploaded file to the server Pin
T4AMD16-Aug-07 21:16
T4AMD16-Aug-07 21:16 
Questionnew line and exception Pin
Assaf8216-Aug-07 17:39
Assaf8216-Aug-07 17:39 
AnswerRe: new line and exception Pin
Vikram A Punathambekar16-Aug-07 18:24
Vikram A Punathambekar16-Aug-07 18:24 
GeneralRe: new line and exception Pin
Assaf8216-Aug-07 18:53
Assaf8216-Aug-07 18:53 
QuestionCreating a User Control thats Supports Lookup Databinding Pin
dotman116-Aug-07 17:09
dotman116-Aug-07 17:09 
Questionspliting string...need help Pin
TheCardinal16-Aug-07 16:42
TheCardinal16-Aug-07 16:42 
AnswerRe: spliting string...need help Pin
Mark Churchill16-Aug-07 16:49
Mark Churchill16-Aug-07 16:49 
GeneralRe: spliting string...need help Pin
TheCardinal16-Aug-07 16:58
TheCardinal16-Aug-07 16:58 
QuestionIs this forum useful any more? Pin
KrunalC16-Aug-07 16:06
KrunalC16-Aug-07 16:06 
AnswerRe: Is this forum useful any more? Pin
Christian Graus16-Aug-07 16:10
protectorChristian Graus16-Aug-07 16:10 
GeneralRe: Is this forum useful any more? Pin
KrunalC16-Aug-07 16:17
KrunalC16-Aug-07 16:17 
GeneralRe: Is this forum useful any more? Pin
leckey17-Aug-07 3:12
leckey17-Aug-07 3:12 
GeneralRe: Is this forum useful any more? Pin
KrunalC17-Aug-07 3:31
KrunalC17-Aug-07 3:31 
GeneralRe: Is this forum useful any more? Pin
leckey17-Aug-07 5:46
leckey17-Aug-07 5:46 
GeneralRe: Is this forum useful any more? Pin
Paul Conrad16-Aug-07 16:24
professionalPaul Conrad16-Aug-07 16:24 

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.