Advertisement

05.03.2008 at 10:57PM PDT, ID: 23374582
[x]
Attachment Details

visual C# show data grid when click bootom1

Asked by teera in Visual Studio 2008, Microsoft Visual C#.Net

how  can iset it show datagride after I click bottom1  Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
namespace WindowsFormsApplication2
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
 
        private void Form1_Load(object sender, EventArgs e)
        {
            // TODO: This line of code loads data into the 'nORTHWNDDataSet.Customers' table. You can move, or remove it, as needed.
            this.customersTableAdapter.Fill(this.nORTHWNDDataSet.Customers);
 
        }
 
        private void button1_Click(object sender, EventArgs e)
        {
 
        }
    }
}
[+][-]05.04.2008 at 06:35AM PDT, ID: 21495624

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Visual Studio 2008, Microsoft Visual C#.Net
Sign Up Now!
Solution Provided By: jaime_olivares
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628