Hello ,
I will appreciate if anyone could hepl me on this : I am working on a
project (using vb.net and access database ). In one of my forms, i have
a datagridview(includes customers table). In this datagrid i have 3
columns(Name , surname, mobile). What i want, it' s to fill the mobile
field and the name and surname appears automatically.
Thank you !
Loading
student studentPosted Nov 27, 2010, 3:03 PM
Jiteendra SampathiraoPosted Nov 22, 2010, 12:37 AM
If you can see the data gridview properties u can find DatasourceID. Declare it in ur Gridview. In design mode right click on Gridview set the datasource properties and write the query what u need like select Name , surname, mobile from customer;
And run theapplication .
see this article. It will help you.......
http://www.c-sharpcorner.com/UploadFile/jitendra1987/3804/Default.aspx?ArticleID=62298b7b-ea7b-4528-8a7e-5dfe872dfe16
------------------------------------------------------------------------------------------------------------------------------------------------------------
If this post helped you, then tick the "Do you like this Answer" checkbox which is placed at above this post.