DataGrid is not showed.
Hi all,
I am creating a very simple web form, on the web form I have a datagrid control, sqlDataAdapter1, sqlConnection1, dataSet11 and the following code when form load
this.sqlDataAdapter1.Fill(dataSet11);
I run this on my local machine and connect to SQL server on another box. All I got when I ran the were nothing on the browser.
Please tell me what I did miss and what should I need to do to make it work?
Thanks a lot!
|