No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: to update Database (vb.net Code) Dim cb as new oledb.oledbcommandbuilder(da) ds.tables("yourtablename").rows(rowno).item(columnno)="Value" ds.tables("yourtablename").rows(rowno).item(columnno)="value" da.update(ds, "Yourtablename") 'da = dataadapter object 'ds = dataset object | |
Hai all, I am new to programming. I never been into multiuser system programming. In one of my interview, they asked me like......... There is a table with order details.......like order no (auto increment field),order detail. If there are multi users in the system. If one user is accessing orderno … | |
learn about listview control please...........suggest (in vb.net) | |
Hai Friends, I am new to vb.net. Now i am using Vs.net 2003 to develop my vb.net programs. I have 3 textboxes,one button and one datagrid (not datagridview). when i click this button, the entries in the textbox has go to datagrid. similarly, i will do multiple entries in the … |
The End.