Hi friends,
I am getting an error in my web application ie: http:404 error, when i navigate using a linkbutton... Has anyone come across such problem? Plzz can someone help?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Michael XiePosted Feb 13, 2011, 5:08 PM
I think your problem is:
linkbutton points to NULL . Or , check the microsoft website how to enable dynamic content.
Suthish NairPosted Feb 1, 2011, 6:29 AM
ali razaPosted Feb 1, 2011, 5:05 AM
http://techgulf.blogspot.com/2011/01/aspnet-http-error-404-file-or-directory.html
Vijay YadavPosted Feb 1, 2011, 4:46 AM
May be you have not uploaded the file on the server
B M SuchitraPosted Feb 1, 2011, 4:41 AM
Its happening only to 1 link...
Vijay YadavPosted Feb 1, 2011, 2:26 AM
May be the page is not available on the website. Just check it out.
regards,
vijay
Suthish NairPosted Feb 1, 2011, 2:07 AM
can you debug and check the url or paste here, so we can have a look.
B M SuchitraPosted Feb 1, 2011, 12:39 AM
I cross checked many times every link in my website is correct but still it gives the 404 error.. Can there be some other reasons for this error? How do i sort this out? Plzz help
Suthish NairPosted Jan 31, 2011, 1:12 AM
So what problem you facing now?
B M SuchitraPosted Jan 30, 2011, 9:29 PM
My prob is not solved yet:( If it did i would have marked it before you told.. U can check all my posts i never forget to mark as answer when my prob is solved:)
Suthish NairPosted Jan 30, 2011, 1:27 PM
So other members can easily find the answers.
Suthish NairPosted Jan 29, 2011, 5:52 AM
You can handle these type of error using custom pages.
refer article: HTTP Error 404 in ASP.NET web application
Krishna GaradPosted Jan 29, 2011, 4:50 AM
B M SuchitraPosted Jan 29, 2011, 4:35 AM
I have checked all that.. Everything is fine yet having that problem.. So asked for help here...
Krishna GaradPosted Jan 28, 2011, 11:17 PM
Error 404 occurs when we are trying to navigate the resource which is not available in website. Checkout Linkbutton navigateurl property to page which is present in your application. check the spell of page which you are navigating.