Click here to Skip to main content
15,895,283 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
i want slecected records to display on gridview for this i built a query
SQL
SELECT        Shipping_Manifest_No, Fixed_Material_No, Quantity
FROM            Shipment_Fixed_Item
WHERE        (Shipping_Manifest_No = Shipping_Manifest_NoTextBox.text)

as i execute it i got error of multi_Part Identifier
what should i do?
Posted

1 solution

Hi,

is your query really good? try to execute it in sql server management studio without WHERE clause. If you don't get any error then check column bindings.

Regards
Robert
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900