kuku02 Posted June 28, 2005 Posted June 28, 2005 Hi i'm using a dropdownlist in my rowfilter but i don't seems to get it work. Please help... Dim getValue As String getValue = DdL.SelectedItem.Value() dvInfor.RowFilter = getValue = " & TextBox3.Text & " Quote
Moderators Robby Posted June 29, 2005 Moderators Posted June 29, 2005 You need to re-bind the data after setting the rowfilter. Quote Visit...Bassic Software
Leaders Iceplug Posted July 1, 2005 Leaders Posted July 1, 2005 dvInfor.RowFilter = getValue = " & TextBox3.Text & " Doesn't look syntactically correct... maybe something like: dvInfor.RowFilter = "getValue = " & TextBox3.Text Quote Iceplug, USN One of my coworkers thinks that I believe that drawing bullets is the most efficient way of drawing bullets. Whatever!!! :-(
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.