Click here to Skip to main content
15,889,877 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Getting_Error Pin
Pete O'Hanlon26-Feb-15 20:18
mvePete O'Hanlon26-Feb-15 20:18 
QuestionError Pin
Member 1116162526-Feb-15 18:31
Member 1116162526-Feb-15 18:31 
SuggestionRe: Error Pin
Richard MacCutchan26-Feb-15 21:25
mveRichard MacCutchan26-Feb-15 21:25 
QuestionAccessing Telerik DropDownColumn from EditedTemplate Pin
byka25-Feb-15 7:21
byka25-Feb-15 7:21 
QuestionThe model item passed into the dictionary is of type 'WebTime_Sheet.Models.RegisterViewModel', but this dictionary requires a model item of type 'WebTime_Sheet.Models.Users'. Pin
Kriss Legrand23-Feb-15 16:23
Kriss Legrand23-Feb-15 16:23 
AnswerRe: The model item passed into the dictionary is of type 'WebTime_Sheet.Models.RegisterViewModel', but this dictionary requires a model item of type 'WebTime_Sheet.Models.Users'. Pin
Dave Kreskowiak23-Feb-15 17:30
mveDave Kreskowiak23-Feb-15 17:30 
GeneralRe: The model item passed into the dictionary is of type 'WebTime_Sheet.Models.RegisterViewModel', but this dictionary requires a model item of type 'WebTime_Sheet.Models.Users'. Pin
Kriss Legrand23-Feb-15 21:22
Kriss Legrand23-Feb-15 21:22 
GeneralRe: The model item passed into the dictionary is of type 'WebTime_Sheet.Models.RegisterViewModel', but this dictionary requires a model item of type 'WebTime_Sheet.Models.Users'. Pin
Dave Kreskowiak24-Feb-15 2:34
mveDave Kreskowiak24-Feb-15 2:34 
Screen shots like this are useless. You're pasting something where the font is so small it's impossible to read. It's ALWAYS better to copy and paste the text.

You're passing the wrong type of object to your view page.

The view is expecting an object of type WebTime_Sheet.Models.Users and your return View() line is trying to pass in an object of type WebTime_Sheet.Models.RegisterViewModel.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

QuestionService Broker Pin
Member 1116162520-Feb-15 17:18
Member 1116162520-Feb-15 17:18 
AnswerRe: Service Broker Pin
Dave Kreskowiak20-Feb-15 17:58
mveDave Kreskowiak20-Feb-15 17:58 
Questionnested datalist not updating on databinding Pin
ankita prabha18-Feb-15 23:38
ankita prabha18-Feb-15 23:38 
QuestionExtract certain Text FROM PDF into my vb.NET TextBoxes Pin
VIERcntHOLZ11-Feb-15 5:21
VIERcntHOLZ11-Feb-15 5:21 
AnswerRe: Extract certain Text FROM PDF into my vb.NET TextBoxes Pin
Richard MacCutchan11-Feb-15 5:37
mveRichard MacCutchan11-Feb-15 5:37 
GeneralRe: Extract certain Text FROM PDF into my vb.NET TextBoxes Pin
VIERcntHOLZ11-Feb-15 5:46
VIERcntHOLZ11-Feb-15 5:46 
GeneralRe: Extract certain Text FROM PDF into my vb.NET TextBoxes Pin
Richard MacCutchan11-Feb-15 6:48
mveRichard MacCutchan11-Feb-15 6:48 
GeneralRe: Extract certain Text FROM PDF into my vb.NET TextBoxes Pin
VIERcntHOLZ12-Feb-15 5:45
VIERcntHOLZ12-Feb-15 5:45 
GeneralRe: Extract certain Text FROM PDF into my vb.NET TextBoxes Pin
manchanx12-Feb-15 13:32
professionalmanchanx12-Feb-15 13:32 
GeneralRe: Extract certain Text FROM PDF into my vb.NET TextBoxes Pin
Richard MacCutchan12-Feb-15 22:29
mveRichard MacCutchan12-Feb-15 22:29 
QuestionRANKING IN VB.NET MYSQL Pin
KipkoechE11-Feb-15 1:30
KipkoechE11-Feb-15 1:30 
AnswerRe: RANKING IN VB.NET MYSQL Pin
Richard MacCutchan11-Feb-15 1:39
mveRichard MacCutchan11-Feb-15 1:39 
QuestionDATAGRIDVIEW VB.NET Pin
KipkoechE8-Feb-15 17:21
KipkoechE8-Feb-15 17:21 
QuestionRe: DATAGRIDVIEW VB.NET Pin
Eddy Vluggen10-Feb-15 11:28
professionalEddy Vluggen10-Feb-15 11:28 
AnswerRe: DATAGRIDVIEW VB.NET Pin
KipkoechE10-Feb-15 18:29
KipkoechE10-Feb-15 18:29 
QuestionRe: DATAGRIDVIEW VB.NET Pin
Richard MacCutchan10-Feb-15 21:31
mveRichard MacCutchan10-Feb-15 21:31 
AnswerRe: DATAGRIDVIEW VB.NET Pin
KipkoechE10-Feb-15 21:58
KipkoechE10-Feb-15 21:58 

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.