Click here to Skip to main content
15,905,068 members

Comments by Sean8084 (Top 11 by date)

Sean8084 28-Oct-11 11:53am View    
it comes back a bad url meaning that the url that it tries to open is an incorrect url, meaning it doesn't exist. and I didn't ask how you knew it was relative, I asked what you meant. and it's in a web application with what should be all necessary using statements. you're talking to me like I'm stupid when I know you know exactly how to help me with my question. thank you.
Sean8084 28-Oct-11 11:36am View    
Deleted
it comes back a bad url meaning that the url that it tries to open is an incorrect url, meaning it doesn't exist. and I didn't ask how you knew it was relative, I asked what you meant. and it's in a web application with what should be all necessary using statements. you're talking to me like I'm stupid when I know you know exactly how to help me with my question. thank you.
Sean8084 27-Oct-11 18:53pm View    
it doesn't say what line is throwing the error, just says that I should check my url or if I clicked a link, that it may be outdated. what do you mean that getfile takes a relative url? how would it work if it isn't looking to the exact location? sorry for my hostility in my revision, have been getting pushed to get this project done and haven't been able to figure it out (this is always a last resort as it usually takes all day to get any responses)
Sean8084 14-Oct-11 0:03am View    
but it doesn't need to be visible at all, and there is no insert or edit modes, there's a text box in the detailsview that I use for the update (along with a separate button for submit)
Sean8084 13-Oct-11 17:23pm View    
You can if you have a sql statement that the where would be id = '' and pwd = '' and if those two requirements are met in your sql datasource, then reader will have rows and could be used. for instance, in the code I provided you would change the label text to "Username or Password not found" does this make sense?