Click here to Skip to main content
16,009,114 members

Comments by Kaise karen? (Top 2 by date)

Kaise karen? 18-Aug-21 1:16am View    
thanks, buddy for the solution but it's didn't working my database is in ms-access. Already bind two database tables in another project working fine. but this one creates an error every time I'll do to improve the query. can you please write a correct query for a reference
Kaise karen? 18-Aug-21 0:17am View    
SELECT A.*,B.*,C.* FROM [size] A inner join [tblcategory] B on B.catid =A.catid inner join [subcategory] C on C.subcatid = A.subcatid this query is not working my database is in ms-access
error is in aspx code:
Line 87:  <%# Eval("sizename") %>
Line 88: Line 89: <%# Eval("catname") %> //error is here
Line 91: <%# Eval("subcatname") %>Error description: DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'catname'.