The code is returning the following error message:
An unhandled exception of type 'System.Net.WebException' occurred in System.dll
Additional information: The remote server returned an error: (500) Internal Server Error.
Does any...
I have a project organized as follows:
1. Web (ASP.NET MVC)
2. Application
3. Domain
4. Infra.Data
5. Infra.Log (NLog)
6. Infra.IoC
The project references are as follows:
- Web --> Application
- Web --> Domain
- Application --> D...
My string is not coming with strange characters, it's coming with numbers and percentage. Example:
"[email protected]"
"teste%40test.com"
or
"fictício"
"fict%C3%ADcio"
I have two Views.
Index
Assincrona
When accessing index , it calls View Assincrona and gets a gif loading until the whole page ( Assincrona ) is loaded and shows in View .
Controller Codes
publ...
I am having a small question, I pass a 0,05 decimal value to a A variable of type string . After this variable receives this value, it converts , to point . , which is 0.05
After I do this replace, I co...
How to do this:
Turnthisover:
The only thing I can imagine is putting a treeview inside the gridview, even then, I do not even know if that's possible.
Doubt is just about the same functional part, the aesthetic part I'm going to do...
Good afternoon!
I'm using C # bindingNavigator to register data to the database, but I do not like how the process is done with the buttons up there and have to click that yellow button to add a new record.
Clicking on the save button visu...
I have a question about a project that follows the DDD architecture model.
In a model service I need an information that is the result of a method of another service, what is the correct way to get this information, I create a property of thi...
I'm creating a grid with data from books and I'm adding some filters, the problem is when I create the filters of a table that has a link with that of books, I can not navigate (obs.:in a view I can navigate in the view) in the object to add it...
I have the following code snippet:
var nivel = 1;
List<meuObjeto> meusObjetos = new List<meuObjeto>();
using(var objectContext = ((IObjectContextAdapter)db).ObjectContext)
{
var cmd = string.Format(@"SELECT *...