Basically I am designing a program for a restaurant (without stock), it is to render the programming subject. I request help :(
I have an Input class, another Plato class, and another Mesa class.
Objects of type Inputs are instantiated wit...
I'm wanting to fill a comboBox with a series of Matters but I do not want it to be repeated.
What I do is go through courses already filtered for the student that contain a subject id.
listaCursos = curlog.GetAllFiltrados();
foreach (C...
I'm having a problem wanting to fill a Combobox / dropdownList in CakePHP
I fill it up like this:
public function obtComunas()
{
$Comuna = $this->ManComuna->find()->select(['codigo_comuna', 'descripcion'])->toArray();...
I have a class with public static List<Persona> Personas { get; set; } where people are saved.
then in the main form when loading
private void Principal_Load(object sender, EventArgs e)
{
recargar_CBPersonas();...
I have a ComboBox that when I select it I want to pass the data to Input
That is, what I want to achieve, is when you select the Select this in turn paint in Input the data that corresponds to the query you are mak...
I want to upload the values in this combo box depending on the selection made in another combobox.
I mean, I have an application that allows you to add a car and I would like to select the values through queries depending on the value taken...
**
Hello good day, I wanted to know how I can get a value of a query by means of post to send it to a php.
What happens is that in the example code that I followed ( Link ) only sends 3 data of different combobox and I occupy a 4th...
I have different lists of different objects and a ComboBox with the names of each list.
How can I do so that each time I choose the name of a list the Datagridview shows the chosen option?
With DataSource I can only se...
If anyone has an answer, I will thank them very much. I want to get the value of the selected record to show it in the same form from where I select the record.
This is my code:
<tr>
<td scope="row" align="right">Nombre de Ca...
good day, I hope you can support me with this query, How can I insert the value of a select (combobox) php in multiple columns in a table in mysql depending on the selected data? .
For example I have this form linked to nested combobox with...