Base solution for your next web application

Activities of "mrthanh"

I'm using form :( html form :

<input type="text" class="textbox-value" name="Identifiers[0].CountryId" > ...

Thanks

This is my DTO object

public class ADto : EntityDto<int>, IInputDto{

public List<BDto> ListB{get;set;} }

How to pass data ListB to Service API ?? ListB always is Empty

When using data annotations to validate Data Transfer Objects, members is null on validationErrors !!! :oops: Please help me, Thanks !

Showing 1 to 3 of 3 entries