I want to make a form where I can register multiple addresses and phones for a single person, and I want to be able to do this when I am registering the person.
Based on the answers to my other question , I came to the part where I put te...
Hello, I would like to know how I can create a list of objects in C #, but instead of getting them by posição ([0], [i]) , I want to get by reference [LacoAzul] [CorVermelha] .
Can you create a list like this?
Thanks in advance!
...
My method responsible for editing is inserting values into the CONSUL_EnciclopediasCONSUL_Promocoes table instead of editing.
If I have the options x with id = 1 and y id = 2 within the course a with id = 1 and I originally choose the opt...
I need to add multiple objects to the database and some objects need another specific object that I've added earlier.
When I make a query to get the object, it comes null.
Example:
var subItem = new SubItem
{
Valor1 = 1,
Valor2 = "...
protected void ButtonPesquisar_Click(object sender, EventArgs e)
{
var _macro = new LFSistemas.VLI.ACTWeb.Entities.Macro();
var macroController = new MacroController();
var itens = macroController.ObterTodos(new Entities.FiltroMacro(...
I need to get the value of a variable stored in the sessionstorage through a controller where this method is not passed the parameter of this variable.
Session / localstorage are administered through javascript. In contrast situations it...