Click here to Skip to main content
15,883,936 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: RDLC Report is not showing Column Headers in all the pages Pin
Richard Deeming21-Nov-18 8:07
mveRichard Deeming21-Nov-18 8:07 
QuestionCSV and WordPress Pin
Davstr19-Nov-18 13:23
Davstr19-Nov-18 13:23 
AnswerRe: CSV and WordPress Pin
Mycroft Holmes20-Nov-18 11:16
professionalMycroft Holmes20-Nov-18 11:16 
QuestionKilling a remote application browser session from a new browser session. Pin
Stephen Holdorf18-Nov-18 4:22
Stephen Holdorf18-Nov-18 4:22 
AnswerRe: Killing a remote application browser session from a new browser session. Pin
Richard Deeming19-Nov-18 3:00
mveRichard Deeming19-Nov-18 3:00 
QuestionoData request to REST server Pin
RVMRVM17-Nov-18 8:48
RVMRVM17-Nov-18 8:48 
QuestionRe: oData request to REST server Pin
Richard MacCutchan17-Nov-18 21:09
mveRichard MacCutchan17-Nov-18 21:09 
AnswerRe: oData request to REST server Pin
RVMRVM17-Nov-18 23:01
RVMRVM17-Nov-18 23:01 
Thanks for the response,

you can see the working url coming from the restlet tool is different
"url": "http://192.168.2.21:3000/api/Employees/2"
as the url from de odata client that i have made
"url": "http://192.168.2.21:3000/api/employees(2L)"


I made the REST server on the example www.youtube.com/watch?v=LpySuvYPMZQ">REST MySQL - Build a REST Service in Visual Studio 2015

in the client app i used
Application1.db.employees.byKey(e.itemIndex).done(function (data) {
               employee.fromJS(data);
               isReady.resolve();
           });

my question is, where and how do i need to change my client app that the request of the oData client works with the REST server

modified 18-Nov-18 7:55am.

QuestionNeed some suggestion - please Pin
simpledeveloper16-Nov-18 13:14
simpledeveloper16-Nov-18 13:14 
QuestionAutomatic update db on regular intervals mvc Pin
Member 1402506315-Nov-18 18:10
Member 1402506315-Nov-18 18:10 
AnswerRe: Automatic update db on regular intervals mvc Pin
Member 1405668819-Nov-18 18:18
Member 1405668819-Nov-18 18:18 
GeneralRe: Automatic update db on regular intervals mvc Pin
Member 1402506319-Nov-18 18:37
Member 1402506319-Nov-18 18:37 
AnswerRe: Automatic update db on regular intervals mvc Pin
Nathan Minier20-Nov-18 1:37
professionalNathan Minier20-Nov-18 1:37 
QuestionI am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
simpledeveloper15-Nov-18 6:30
simpledeveloper15-Nov-18 6:30 
AnswerRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
Richard Deeming15-Nov-18 8:05
mveRichard Deeming15-Nov-18 8:05 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
simpledeveloper15-Nov-18 8:52
simpledeveloper15-Nov-18 8:52 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
Richard Deeming16-Nov-18 1:08
mveRichard Deeming16-Nov-18 1:08 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
simpledeveloper16-Nov-18 7:17
simpledeveloper16-Nov-18 7:17 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
Richard Deeming16-Nov-18 7:37
mveRichard Deeming16-Nov-18 7:37 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
simpledeveloper16-Nov-18 7:50
simpledeveloper16-Nov-18 7:50 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
Richard Deeming16-Nov-18 8:11
mveRichard Deeming16-Nov-18 8:11 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
simpledeveloper16-Nov-18 9:02
simpledeveloper16-Nov-18 9:02 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
Richard Deeming16-Nov-18 9:11
mveRichard Deeming16-Nov-18 9:11 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
simpledeveloper16-Nov-18 9:30
simpledeveloper16-Nov-18 9:30 
GeneralRe: I am using ReportViewerForMVC tool for my rdlc reports, I am getting the following exception on server but not locally, am I missing reference or something Pin
simpledeveloper16-Nov-18 11:46
simpledeveloper16-Nov-18 11:46 

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.