How to dynamically create a textbox in asp.net c# on button click, according to user input value?
...I have uploaded a new website on server, but when i try to run it on web-browser i am getting this error
Format of the initialization string does not conform to specification starting at index 120.
What is the cause of issue & how to resolve it? I didn't got this error before
...
Do i need Service Layer? From my point of view/understanding.
Presentation Layer = UI
Business Logic Layer = Domain/Entities, Interface and (should DTO resides here)?
Data Access Layer = Implementation of Repository Pattern, CRUD.
Service Layer = ???
If the BLL has Domain/Entities? what layer does business validation belongs to?
From what i know and searched. Entites and DTO is plain.
...