Click here to Skip to main content
15,899,754 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: login and sign out source code Pin
eyeseetee27-Jun-08 1:07
eyeseetee27-Jun-08 1:07 
AnswerRe: login and sign out source code Pin
Christian Graus27-Jun-08 1:15
protectorChristian Graus27-Jun-08 1:15 
AnswerRe: login and sign out source code Pin
Arindam Tewary27-Jun-08 1:27
professionalArindam Tewary27-Jun-08 1:27 
GeneralRe: login and sign out source code Pin
windhopper27-Jun-08 1:44
windhopper27-Jun-08 1:44 
JokeRe: login and sign out source code Pin
Ariel Kazeed27-Jun-08 2:33
Ariel Kazeed27-Jun-08 2:33 
GeneralRe: login and sign out source code Pin
Arindam Tewary27-Jun-08 3:00
professionalArindam Tewary27-Jun-08 3:00 
Questionconvert 3gp to .flv Pin
nithydurai27-Jun-08 0:48
nithydurai27-Jun-08 0:48 
AnswerRe: convert 3gp to .flv Pin
windhopper27-Jun-08 1:50
windhopper27-Jun-08 1:50 
If i understand correctly there must be some sort of event such as a button click involved here and that resets your Fileupload1 value. So i'd imagine that that is where your problem is coming from.
Try capturing that Fileupload1 value using viewstate and instead of saying:

string output = FileUpload1.FileName;


It will change to:

string output = ViewState["Filename"];


"Sex is not the answer, it's the question and the answer is yes"

QuestionDynamically accessing user control's properties Pin
windhopper26-Jun-08 23:28
windhopper26-Jun-08 23:28 
AnswerRe: Dynamically accessing user control's properties Pin
Arindam Tewary27-Jun-08 1:31
professionalArindam Tewary27-Jun-08 1:31 
GeneralRe: Dynamically accessing user control's properties Pin
windhopper27-Jun-08 1:42
windhopper27-Jun-08 1:42 
GeneralRe: Dynamically accessing user control's properties Pin
Arindam Tewary27-Jun-08 2:04
professionalArindam Tewary27-Jun-08 2:04 
GeneralRe: Dynamically accessing user control's properties Pin
windhopper27-Jun-08 2:20
windhopper27-Jun-08 2:20 
GeneralRe: Dynamically accessing user control's properties Pin
Arindam Tewary27-Jun-08 3:01
professionalArindam Tewary27-Jun-08 3:01 
QuestionHow to display Excel file on IE Pin
varshavmane26-Jun-08 23:15
varshavmane26-Jun-08 23:15 
GeneralRe: How to display Excel file on IE Pin
Ariel Kazeed27-Jun-08 0:28
Ariel Kazeed27-Jun-08 0:28 
AnswerRe: How to display Excel file on IE Pin
Arindam Tewary27-Jun-08 1:07
professionalArindam Tewary27-Jun-08 1:07 
QuestionJava script is not working in FF Pin
vishalrastogi1126-Jun-08 22:40
vishalrastogi1126-Jun-08 22:40 
AnswerRe: Java script is not working in FF Pin
N a v a n e e t h26-Jun-08 22:52
N a v a n e e t h26-Jun-08 22:52 
AnswerRe: Java script is not working in FF Pin
Ariel Kazeed27-Jun-08 0:14
Ariel Kazeed27-Jun-08 0:14 
GeneralRe: Java script is not working in FF Pin
N a v a n e e t h27-Jun-08 1:03
N a v a n e e t h27-Jun-08 1:03 
GeneralRe: Java script is not working in FF Pin
Ariel Kazeed27-Jun-08 1:08
Ariel Kazeed27-Jun-08 1:08 
QuestionHow to navigate to a different page ? Pin
tina->newcoder26-Jun-08 22:31
tina->newcoder26-Jun-08 22:31 
AnswerRe: How to navigate to a different page ? Pin
Brook.Zhang26-Jun-08 22:37
Brook.Zhang26-Jun-08 22:37 
GeneralRe: How to navigate to a different page ? Pin
tina->newcoder26-Jun-08 22:55
tina->newcoder26-Jun-08 22:55 

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.