I'm trying to run a project on my computer but it reports error in the string:
OracleConnection.ConnectionString is invalid
The same project works normally on the computer where it was started.
The Oracle version on both computers is 1...
When you use% w / w% of% w / w to set a service time selection, the minimum period (8:00 AM) and maximum (18:00) has been set, however it will be necessary to remove the interval from 12:00 until 1:30 p.m. in this list.
How to do this action?...
Model
public class Transacao
{
[DatabaseGeneratedAttribute(DatabaseGeneratedOption.Identity)]
public int ID { get; set; }
[Required]
public DateTime Data { get; set; }
[Required]
public decimal Valor { get; set; }
}...
I need to create a combobox that allows the administrator to search the user and that while the administrator is searching, some options that are similar to the one that has been entered appear within the combo. In addition, after finding...
I have a very simple form with 3 textbox and a button. I would like to get the value of the first two textbox by clicking the button and move to a method present in my model and after that return that result to the third textbox . I'm havin...
Dear friends, I have a view that contains only @model Projeto.Models.Oc and a form . Within this form , I have buttons that call MODAL , these MODAL have partialView , @model Projeto.Models.Rc , etc.
I wanted to...
I'm trying to pass a JSON Object to a method in my controller and I'm not getting it, the problem is that the email field always returns null.
How to do this?
I'm trying like this.
JSON Object
{"UsuarioJsonModel": {"email":"meuemail...
Using the following RegularExpression in Model:
[RegularExpression(@"^\d+$")]
public int ano_da_configuracao { get; set; }
I get the following result:
Itriedthefollowingwaytoacceptonlyletters:[RegularExpression(@"/^[A-ZÁÀÂÃÉÈÍÏÓÔÕÖÚÇÑ ]+...
I'm having a problem using google charts, where it works perfectly in Internet Explorer, but when I run the same page in google chrome or firefox, the graphics are not displayed
My action
[OutputCache(Location = OutputCacheLocation.None)]...
I researched bales here and did not find a solution that I wanted. I would like to know if anyone has done anything similar in MVC4.
Model:
public class Trabalhador
{
[Required(ErrorMessage = "*")]
public int Id { get; set; }...