karatekid Posted January 19, 2004 Posted January 19, 2004 Once a dataview is filtered, to do something using its first row, would u say: for instance, label1.text = dataview.item(1)("MyCOlumn") OR label1.text = mydataview.item(0)("MyColumn") Which would bring up the first row in the filtered dataview. Quote
robertsams23 Posted November 6, 2008 Posted November 6, 2008 label1.text = mydataview(0).item("Field_Name").ToString is correct. for more help try following link. http://vb.net-informations.com/dataview/ado.net-dataview.htm robert. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.