Base solution for your next web application

Activities of "olcaolgun"

Question

Hi,

I have a modal-component which is containing a custom control. My custom-control is a combination of "select" and "button" controls. When you click button control, a new modal is appearing to insert a new item into the selectbox. When i click the "button", new modal is apperaring inside the previous modal as it was shown below. How can i display second modal outside of the first modal's boundary?

[attachment=0:2zwda31a]modals.jpg[/attachment:2zwda31a]

I am following "step-by-step devolopment" documentation. "Should_Create_Person_With_Valid_Arguments" test is giving an error. Can you please guide me how i need to correct this issue?

Result Message: Missing type map configuration or unsupported mapping.

Mapping types: CreatePersonInput -> Person OY.EvdenIs.People.Dto.CreatePerson.Input -> OY.EvdenIs.People.Person

Note: I have created Person table with "Guid" type ID instead of "long" by using code: public class Person: FullAuditedEntity<Guid>

Do i need to make any change to the given code while defining CreatePerson DTO? public class CreatePersonInput

I have tryed "public class CreatePersonInput: FullAuditedEntity<Guid>" but itt didnt work.

Showing 1 to 2 of 2 entries