Click here to Skip to main content
15,790,625 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: WebGrid Update From SignalR Pin
Kevin Marois24-Apr-17 9:37
professionalKevin Marois24-Apr-17 9:37 
GeneralRe: WebGrid Update From SignalR Pin
Sander Rossel24-Apr-17 10:01
professionalSander Rossel24-Apr-17 10:01 
QuestionFaceBook Like Comment Box in asp.net Pin
Jay Parmar23-Mar-17 20:21
Jay Parmar23-Mar-17 20:21 
AnswerRe: FaceBook Like Comment Box in asp.net Pin
Richard MacCutchan23-Mar-17 23:56
mveRichard MacCutchan23-Mar-17 23:56 
AnswerRe: FaceBook Like Comment Box in asp.net Pin
User 418025429-Mar-17 6:19
User 418025429-Mar-17 6:19 
AnswerRe: FaceBook Like Comment Box in asp.net Pin
ZurdoDev29-Mar-17 7:01
professionalZurdoDev29-Mar-17 7:01 
QuestionThe server responded with a status of 404 Pin
Kevin Marois23-Mar-17 6:21
professionalKevin Marois23-Mar-17 6:21 
AnswerRe: The server responded with a status of 404 Pin
F-ES Sitecore24-Mar-17 0:32
professionalF-ES Sitecore24-Mar-17 0:32 
If it's 404 then it can't find "Home/GetData". We don't have access to your system so we have no way of knowing what that is. If I had to guess I'd say it's because "Home/GetData" is a relative path so it is relative to the current page, so if you are on

/Home/MyAction

then it is trying to call

/Home/MyAction/Home/GetData

you can fix that by changing the action to "/Home/GetData", however you should really be using @Url.Action to get the urls to your actions as it works all these issues out for you.
QuestionFront Page ideas? Pin
Member 1307776622-Mar-17 11:11
Member 1307776622-Mar-17 11:11 
QuestionRe: Front Page ideas? Pin
Richard MacCutchan22-Mar-17 11:45
mveRichard MacCutchan22-Mar-17 11:45 
AnswerRe: Front Page ideas? Pin
Nathan Minier23-Mar-17 2:18
professionalNathan Minier23-Mar-17 2:18 
Question[MODIFIED] - ASP.Net MVC - "A data source must be bound before this operation can be performed" Pin
Kevin Marois22-Mar-17 6:47
professionalKevin Marois22-Mar-17 6:47 
AnswerRe: [MODIFIED] - ASP.Net MVC - "A data source must be bound before this operation can be performed" Pin
Richard Deeming22-Mar-17 7:24
mveRichard Deeming22-Mar-17 7:24 
GeneralRe: [MODIFIED] - ASP.Net MVC - "A data source must be bound before this operation can be performed" Pin
Kevin Marois22-Mar-17 7:55
professionalKevin Marois22-Mar-17 7:55 
QuestionMessage Closed Pin
20-Mar-17 2:59
professionalQuuick20-Mar-17 2:59 
QuestionRe: What are 5 essential skills every Web Developer should have? Pin
Nathan Minier21-Mar-17 2:33
professionalNathan Minier21-Mar-17 2:33 
AnswerRe: What are 5 essential skills every Web Developer should have? Pin
ZurdoDev21-Mar-17 2:46
professionalZurdoDev21-Mar-17 2:46 
AnswerRe: What are 5 essential skills every Web Developer should have? Pin
Amarnath S21-Mar-17 2:50
professionalAmarnath S21-Mar-17 2:50 
QuestionHtml Contact form with PHP Pin
lapeci15-Mar-17 4:11
lapeci15-Mar-17 4:11 
AnswerRe: Html Contact form with PHP Pin
Jochen Arndt15-Mar-17 5:39
professionalJochen Arndt15-Mar-17 5:39 
GeneralRe: Html Contact form with PHP Pin
lapeci15-Mar-17 7:21
lapeci15-Mar-17 7:21 
GeneralRe: Html Contact form with PHP Pin
Jochen Arndt15-Mar-17 7:33
professionalJochen Arndt15-Mar-17 7:33 
AnswerRe: Html Contact form with PHP Pin
biplob-hider18-Mar-17 3:26
professionalbiplob-hider18-Mar-17 3:26 
QuestionASP.Net Core Web Config Properites Pin
Member 1061576012-Mar-17 10:54
Member 1061576012-Mar-17 10:54 
AnswerRe: ASP.Net Core Web Config Properites Pin
Kornfeld Eliyahu Peter13-Mar-17 2:14
professionalKornfeld Eliyahu Peter13-Mar-17 2:14 

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.