-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: venkat_kl
Message 2 in Discussion

Hi,   You can tackle you problem like this   first give the absolute values 
like 
dv.RowFilter = "emp_skill1 =absolute value instead of dropdownlist selected 
value" AND emp_experience_years >=2 
secondly try to give the dropdownlist but once againg with = (equals) only    
If it is working fine, then   replace the = with like without [] (square 
brackets)   then finally try without square brackets also set the  for example 
Dim t As DataTable
t.CaseSensitive = False 
  
2nd approach 
try to give all in one line like 
result = "emp_skill1 LIKE '" + skill + "' AND emp_experience_years >= '" + exp 
+ "'"   finally   try to give the filter in the constructor only   Dim prodView 
As DataView = New DataView(prodDS.Tables("Products"), _
                                        "UnitsInStock <= ReorderLevel", _
                                        "SupplierID, ProductName", _
                                        DataViewRowState.CurrentRows)
 try all possibilities many a time trial and error will make it to work   bye 
venkat_kl

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/BDotNet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member 
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you 
received this message by mistake, please click the "Remove" link below. On the 
pre-addressed e-mail message that opens, simply click "Send". Your e-mail 
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to