Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
amitkumarmadhukar
Starting Member
45 Posts |
Posted - 2005-02-28 : 05:33:07
|
Hello Team, I am a Vb Developer. I using Data Grid's Without component. I used only coding to populate the records within Data grid. Now i want same under Vbb.Net with data grid. how i can do with please give me the sample coding of that.i am very thankful to you guy.amit kumar madhukaramit kumar madhukar |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2005-02-28 : 05:49:44
|
you have a datagrid object to which you need to specify a DataSource and DataMember properties and use DataGrid.DataBind() to bind the data. MSDN and Google have a lot of examples.Go with the flow & have fun! Else fight the flow |
 |
|
ehorn
Master Smack Fu Yak Hacker
1632 Posts |
Posted - 2005-02-28 : 07:42:59
|
http://aspnet.4guysfromrolla.com/articles/040502-1.aspx |
 |
|
|
|
|