I have a GridView control that I would like to display the rows of a table (cartTable), based on the field ‘orderNo’ which is stored in a integer ‘intOrderNo’, how can i configure my data source to do as such?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
try this:
-connect to the access file
-set your query and your WHERE clause
-execute it
-then bind it to your grid