Groups | Blog | Home
all groups > vb.net data > november 2006 >

vb.net data : bind the data in textbox with recordset


asad
11/3/2006 9:08:00 PM
hi everyone!i am trying to bind the data in textbox with recordset such as vb6 can do it as textbox1.datasource= rs
but in vb.net there is problem in datasource.
plz help me to solve this problem
Matt Fielder
11/4/2006 10:27:44 AM
Recordsets don't exist in .Net. Take a look at the bindingsource class ---
it provides much of the same functionality.

http://msdn2.microsoft.com/en-us/library/system.windows.forms.bindingsource(VS.80).aspx

[quoted text, click to view]

AddThis Social Bookmark Button