Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
PESSOAL TO APRENDENDO MUITO COM você´S, EU TO PRECISANDO SABER COMO FAÇO PARA POPULAR UM GRIDVIEW W COM A ESCOLHA DO USUÁRIO EM UMA LINHA DA GRID ELE PREENCHA AUTOMÁTICO AS COMBOS ABAIXO E DEPOIS EU CLICO NO BOTÃO ALTERAR E ALTERO A TABELA EMPLOYEES DO SQLSERVER
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace WindowsFormsApplication8
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
}
private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)
{
}
private void textBox1_TextChanged(object sender, EventArgs e)
{
}
private void textBox2_TextChanged(object sender, EventArgs e)
{
}
private void textBox3_TextChanged(object sender, EventArgs e)
{
}
private void button1_Click(object sender, EventArgs e)
{
}
}
}3 TEXTBOX
1 BOTÃO DE ALTERAR
Carregando comentários...