|
May
16 |
|
asked | Referencing Dynamic content with jquery |
|
Jun
29 |
|
comment |
Create/Edit Parent and Child Form MVC I know i am sorry. So If i have typical MVC form that submits to the [Post] Create action in the order items controller .. Your saying i can store that OrderItem in a Session object? Could you give me an example of what that [Post] Create action would look like and also what the coresponding Index action would look like to return an Ienumerable of Order items from the Session object? |
|
Jun
29 |
|
comment |
Create/Edit Parent and Child Form MVC Honestly i cant visualize how this could/should all go together. I am used to submitting a form and having that go into a database. But that does not seem possible here because i am trying to submit order items so they will be "saved" and displayed in the list but i cant put then into the database because the order items must reference an order. At this point the order has not been created yet. |
|
Jun
29 |
|
asked | Create/Edit Parent and Child Form MVC |
|
Jun
18 |
|
accepted | Entity Framework Query with two sub levels |
|
Jun
18 |
|
asked | Entity Framework Query with two sub levels |
|
Jun
7 |
|
asked | Where to Store Encryption Keys MVC Application |
|
Jun
7 |
|
accepted | MVC3 Inheritance issue |
|
Jun
3 |
|
comment |
Adding Time Intervals SQL The would need to be added together just as Sum() would do for integers. |
|
Jun
2 |
|
asked | MVC3 Inheritance issue |
|
May
30 |
|
asked | Adding Time Intervals SQL |
|
May
14 |
|
comment |
GroupBy / Sum query issue with Entity Framework One more issue. Now that i have the results in a list that only has two columns, ItemName and ItemQuantity it is an anonymous type. I need to loop through each item and extract values. |
|
May
14 |
|
comment |
GroupBy / Sum query issue with Entity Framework Beautiful That worked like a charm. I had do it in two steps. first executing just the .where and tolist. Then take that result and us the group and sum |
|
May
14 |
|
comment |
GroupBy / Sum query issue with Entity Framework So the database provider i am using does not support GroupBy or Sum. is there any way around this? |
|
May
14 |
|
comment |
GroupBy / Sum query issue with Entity Framework Object reference not set to an instance of an object. I would think this means the query didnt return a value? |
|
May
14 |
|
asked | GroupBy / Sum query issue with Entity Framework |
|
Apr
24 |
|
awarded | Scholar |
|
Apr
24 |
|
accepted | Jquery GET Function does not execute |
|
Apr
24 |
|
asked | Jquery GET Function does not execute |
|
Apr
6 |
|
awarded | Tumbleweed |