Link to home
Start Free TrialLog in
Avatar of ProdigyOne2k
ProdigyOne2k

asked on

Silverlight DataGrid Loading from SQL

I'm creating a page and it's loading the part number, description, MSRP from a LinqToSQL statement.

What should i be using so it it loads like this? (this should be in Row 0, Column 0, next in Row 0, Column 1, etc - there) - what i'm working with is currently 3 by 3 Grid - But I know there's a much better way to do what I'm doing....

PARTNUMBER AS TEXT
IMAGE AS IMAGE
DESCRIPTION AS TEXT
MSRP AS TEXT

It feels like some sort of DataGridTemplate

Thx!
ASKER CERTIFIED SOLUTION
Avatar of Amandeep Singh Bhullar
Amandeep Singh Bhullar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial