Click here to Skip to main content
15,895,283 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to create bill in c#, sql Pin
Peter Leow30-Mar-14 17:00
professionalPeter Leow30-Mar-14 17:00 
AnswerRe: how to create bill in c#, sql Pin
Mycroft Holmes30-Mar-14 19:24
professionalMycroft Holmes30-Mar-14 19:24 
QuestionConnecting to a SOAP/XML Webservice Pin
Member 416962830-Mar-14 0:59
Member 416962830-Mar-14 0:59 
AnswerRe: Connecting to a SOAP/XML Webservice Pin
V.30-Mar-14 22:48
professionalV.30-Mar-14 22:48 
GeneralRe: Connecting to a SOAP/XML Webservice Pin
Member 416962830-Mar-14 22:56
Member 416962830-Mar-14 22:56 
GeneralRe: Connecting to a SOAP/XML Webservice Pin
Member 416962830-Mar-14 23:06
Member 416962830-Mar-14 23:06 
GeneralRe: Connecting to a SOAP/XML Webservice Pin
V.30-Mar-14 23:08
professionalV.30-Mar-14 23:08 
Questionreplacing some part of image with small image at given xoordinate Pin
Member 1043184229-Mar-14 21:10
Member 1043184229-Mar-14 21:10 
AnswerRe: replacing some part of image with small image at given xoordinate Pin
BillWoodruff30-Mar-14 0:03
professionalBillWoodruff30-Mar-14 0:03 
AnswerRe: replacing some part of image with small image at given xoordinate Pin
OriginalGriff30-Mar-14 4:53
mveOriginalGriff30-Mar-14 4:53 
QuestionHow to get Route Map from Bing Map ? Pin
Vijay Kanda29-Mar-14 20:03
Vijay Kanda29-Mar-14 20:03 
Generalneural network code +"SOM" Pin
maryammena28-Mar-14 20:26
maryammena28-Mar-14 20:26 
GeneralRe: neural network code +"SOM" Pin
Pete O'Hanlon28-Mar-14 21:55
mvePete O'Hanlon28-Mar-14 21:55 
GeneralRe: neural network code +"SOM" Pin
harold aptroot28-Mar-14 22:32
harold aptroot28-Mar-14 22:32 
QuestionValidate model on initial request Pin
nitin_ion28-Mar-14 19:02
nitin_ion28-Mar-14 19:02 
AnswerRe: Validate model on initial request Pin
Pete O'Hanlon28-Mar-14 22:26
mvePete O'Hanlon28-Mar-14 22:26 
GeneralRe: Validate model on initial request Pin
nitin_ion30-Mar-14 17:30
nitin_ion30-Mar-14 17:30 
GeneralRe: Validate model on initial request Pin
Pete O'Hanlon30-Mar-14 19:13
mvePete O'Hanlon30-Mar-14 19:13 
GeneralRe: Validate model on initial request Pin
nitin_ion30-Mar-14 19:15
nitin_ion30-Mar-14 19:15 
GeneralRe: Validate model on initial request Pin
Pete O'Hanlon30-Mar-14 20:26
mvePete O'Hanlon30-Mar-14 20:26 
GeneralRe: Validate model on initial request Pin
BobJanova31-Mar-14 0:48
BobJanova31-Mar-14 0:48 
GeneralRe: Validate model on initial request Pin
Pete O'Hanlon31-Mar-14 1:21
mvePete O'Hanlon31-Mar-14 1:21 
GeneralRe: Validate model on initial request Pin
BobJanova31-Mar-14 2:18
BobJanova31-Mar-14 2:18 
AnswerRe: Validate model on initial request Pin
Dave Kreskowiak31-Mar-14 2:14
mveDave Kreskowiak31-Mar-14 2:14 
OK, so after reading this thread and figuring out (I hope!) what you're really trying to do, my question is WHY??

This is an out-bound model going to the client on a GET request, not a POST. Soooo, I fail to see why you have to validate a model your sending to the client?? If you have to do this, your business rules are messed up because the data in your model should ALWAYS be valid.

You normally validate a model in-bound from the client, not out-bound.

Yeah, I see the you said your data is coming from an ETL system, so, again, your business logic should be checking this, not your UI code.

QuestionRouting event to particular control Pin
samaruf28-Mar-14 16:24
samaruf28-Mar-14 16:24 

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.