Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A LINQ lookup dilemma
Message
From
01/07/2008 14:09:24
 
 
To
01/07/2008 13:25:46
General information
Forum:
ASP.NET
Category:
LINQ
Miscellaneous
Thread ID:
01327573
Message ID:
01327985
Views:
9
>I use the "select new JobItemsUI(a.qty, a.part_no, a.dwg_no, a.Part.desc,a.price);" for display only data. When I get into editing I pull the entire entity record.


What's my next step to allow editing of a selected row a ListView?

Everything I have done so far has been for display and uses the ListView control. So now I want to create an edit form... I know you don't edit in a ListView, so maybe I add a double-click event handler or an "Edit" button, that passes the selected row key to another form that is designed for editing?

The form would pull the real Linq object and display a bunch of Textboxes? What kind of container do you use for the textboxes so that I can set the context of that container to the Linq oject that I pull? Do you use a ContentControl or what?

Evenetually, I want to try the exceed data grid, but I am trying to learn the pure (native) ways first.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform