Click here to Skip to main content
15,885,032 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: MFA bypass Pin
Richard MacCutchan10-Sep-18 21:12
mveRichard MacCutchan10-Sep-18 21:12 
QuestionWeekly Schedule...need Daily Tabs to open on that Day Pin
Member 1208020110-Sep-18 8:42
Member 1208020110-Sep-18 8:42 
AnswerRe: Weekly Schedule...need Daily Tabs to open on that Day Pin
Richard MacCutchan10-Sep-18 21:11
mveRichard MacCutchan10-Sep-18 21:11 
QuestionPush to talk Pin
nitrof7-Sep-18 10:34
nitrof7-Sep-18 10:34 
Questioncalling a WordPress plugin templates stored in theme directory Pin
Member 139746655-Sep-18 19:02
Member 139746655-Sep-18 19:02 
QuestionProblem with IE and Firefox Pin
Member 1396510030-Aug-18 6:13
Member 1396510030-Aug-18 6:13 
SuggestionRe: Problem with IE and Firefox Pin
Richard MacCutchan30-Aug-18 6:34
mveRichard MacCutchan30-Aug-18 6:34 
QuestionHow to post array of objects to oData Pin
Asif Rehman27-Aug-18 0:56
Asif Rehman27-Aug-18 0:56 
currently EF do support posting single object (e.g {id: 1, partyCateg: 'Assetts' } )

C#
// POST: odata/tbl_PartyCateg
        public IHttpActionResult Post([FromBody] tbl_PartyCateg categs)
        {
            return Created(categs);
        }


What I want is to send array of Objects. tbl_PartyCateg[]
JavaScript
[
 {
  id: 11,
  PartyCateg: "SomeValue1"
 },
 {
  id: 11,
  PartyCateg: "SomeValue1"
 }
]


When I post above data via postman I got empty categs on server side.

Where I'm Wrong.
QuestionMonitoring Dashboard Pin
Member 1341109121-Aug-18 22:59
Member 1341109121-Aug-18 22:59 
QuestionUsing Vaxin Security on Microsoft Server 2016 Pin
Member 1229095118-Aug-18 3:09
Member 1229095118-Aug-18 3:09 
AnswerRe: Using Vaxin Security on Microsoft Server 2016 Pin
Nathan Minier20-Aug-18 1:39
professionalNathan Minier20-Aug-18 1:39 
QuestionBootstrap Admin Dashboards Pin
Networkrail17-Aug-18 8:11
Networkrail17-Aug-18 8:11 
QuestionTags for Developing for basic webpage Pin
Anandkota16-Aug-18 3:07
Anandkota16-Aug-18 3:07 
AnswerRe: Tags for Developing for basic webpage Pin
Richard MacCutchan17-Aug-18 21:43
mveRichard MacCutchan17-Aug-18 21:43 
QuestionBackend feature opinions Pin
jkirkerx13-Aug-18 13:18
professionaljkirkerx13-Aug-18 13:18 
Questioni don,t know properly that how to make a website responsive? Pin
Member 1394776213-Aug-18 5:13
Member 1394776213-Aug-18 5:13 
SuggestionRe: i don,t know properly that how to make a website responsive? Pin
Richard MacCutchan13-Aug-18 5:57
mveRichard MacCutchan13-Aug-18 5:57 
GeneralRe: i don,t know properly that how to make a website responsive? Pin
Member 1394776213-Aug-18 15:52
Member 1394776213-Aug-18 15:52 
GeneralRe: i don,t know properly that how to make a website responsive? Pin
Richard MacCutchan13-Aug-18 21:25
mveRichard MacCutchan13-Aug-18 21:25 
GeneralRe: i don,t know properly that how to make a website responsive? Pin
Member 1394776214-Aug-18 3:57
Member 1394776214-Aug-18 3:57 
AnswerRe: i don,t know properly that how to make a website responsive? Pin
Rohit Malhotra29-Aug-18 4:26
Rohit Malhotra29-Aug-18 4:26 
AnswerRe: i don,t know properly that how to make a website responsive? Pin
Member 1493872215-Sep-20 0:29
Member 1493872215-Sep-20 0:29 
QuestionWCF service with sql server stored procedure Pin
Member 103645166-Aug-18 8:17
Member 103645166-Aug-18 8:17 
AnswerRe: WCF service with sql server stored procedure Pin
Richard MacCutchan6-Aug-18 20:57
mveRichard MacCutchan6-Aug-18 20:57 
QuestionController, Include in Project Pin
Wiep Corbier5-Aug-18 10:20
Wiep Corbier5-Aug-18 10:20 

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.