Click here to Skip to main content
15,909,039 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRegarding treeview Drag and Drop Pin
sandhya1418-Dec-07 17:37
sandhya1418-Dec-07 17:37 
Generaldocument.all nightmare Pin
Alaric_18-Dec-07 11:51
professionalAlaric_18-Dec-07 11:51 
QuestionTextbox1.text = FileUpload1.FileName, How to do it? Pin
hifiger200418-Dec-07 11:46
hifiger200418-Dec-07 11:46 
AnswerRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
Alaric_18-Dec-07 11:56
professionalAlaric_18-Dec-07 11:56 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
hifiger200418-Dec-07 14:29
hifiger200418-Dec-07 14:29 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
Alaric_18-Dec-07 15:38
professionalAlaric_18-Dec-07 15:38 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
hifiger200418-Dec-07 18:47
hifiger200418-Dec-07 18:47 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
Alaric_19-Dec-07 1:39
professionalAlaric_19-Dec-07 1:39 
Really? It won't stop on your breakpoints? Try putting in something like:
int i;
i = 1+1;

in your page_load (and your PreRender) event and then try debugging it again. ...If it won't stop on your breakpoint, try cleaning your solution, make sure that your Configuration Manager is set to "Debug" and rebuild the solution. Then hit F5 and see if it hits your breakpoint...once you can get it to actually hit a breakpoint, try to put a watch on the relevant line and come back and tell me what FileUpload.FileName is storing.

...And btw, what exactly is happening when you try assigning this value to Textbox1.Text? Are you getting an Object Reference not set to an instance of an object exception? Does the text get assigned an empty string? A little bit more information as to what exactly is happening might help diagnose the issue.
"I need build Skynet. Plz send code"

GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
hifiger200419-Dec-07 2:33
hifiger200419-Dec-07 2:33 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
Alaric_19-Dec-07 4:52
professionalAlaric_19-Dec-07 4:52 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
hifiger200419-Dec-07 5:11
hifiger200419-Dec-07 5:11 
AnswerRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
Alaric_19-Dec-07 5:49
professionalAlaric_19-Dec-07 5:49 
GeneralRe: Textbox1.text = FileUpload1.FileName, How to do it? Pin
hifiger200419-Dec-07 12:28
hifiger200419-Dec-07 12:28 
QuestionNeed JavaScript for Data validation in grid Pin
chand1018-Dec-07 5:05
chand1018-Dec-07 5:05 
GeneralRe: Need JavaScript for Data validation in grid Pin
ram197418-Dec-07 19:09
ram197418-Dec-07 19:09 
GeneralFirst VS2005 and MS Access Web Project Pin
jszabo18-Dec-07 0:45
jszabo18-Dec-07 0:45 
AnswerRe: First VS2005 and MS Access Web Project Pin
jchalfant18-Dec-07 4:38
jchalfant18-Dec-07 4:38 
GeneralRe: First VS2005 and MS Access Web Project Pin
jszabo18-Dec-07 12:49
jszabo18-Dec-07 12:49 
GeneralRe: First VS2005 and MS Access Web Project Pin
jszabo22-Dec-07 0:33
jszabo22-Dec-07 0:33 
GeneralRe: First VS2005 and MS Access Web Project Pin
Vasudevan Deepak Kumar18-Dec-07 4:57
Vasudevan Deepak Kumar18-Dec-07 4:57 
GeneralRe: First VS2005 and MS Access Web Project Pin
jszabo18-Dec-07 12:52
jszabo18-Dec-07 12:52 
GeneralRe: First VS2005 and MS Access Web Project Pin
Mark Churchill18-Dec-07 14:59
Mark Churchill18-Dec-07 14:59 
GeneralRe: First VS2005 and MS Access Web Project Pin
jszabo20-Dec-07 0:37
jszabo20-Dec-07 0:37 
GeneralApp_Code in Web Application Pin
DotNetXenon17-Dec-07 10:51
DotNetXenon17-Dec-07 10:51 
GeneralRe: App_Code in Web Application Pin
jchalfant17-Dec-07 16:19
jchalfant17-Dec-07 16:19 

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.