http://bugzilla.novell.com/show_bug.cgi?id=617746

http://bugzilla.novell.com/show_bug.cgi?id=617746#c5


Yudi Wibowo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
       InfoProvider|[email protected]     |

--- Comment #5 from Yudi Wibowo <[email protected]> 2010-06-28 09:19:16 
UTC ---
Created an attachment (id=372048)
 --> (http://bugzilla.novell.com/attachment.cgi?id=372048)
Northwind SQL Script (MySQL)

In the source code, I made dataset Northwind.xsd.

GridView's AutoGenerateColumn = True

Bind data to gridview as below :

protected void Page_Load(object sender, EventArgs e)
        {
            productsTableAdapter productsAdapter = new productsTableAdapter();
            GridView1.DataSource = productsAdapter.GetProducts();
            GridView1.DataBind();
        }

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to