| bio | website | |
|---|---|---|
| location | ||
| age | 30 | |
| visits | member for | 2 years, 4 months |
| seen | 2 hours ago | |
| stats | profile views | 54 |
|
May 15 |
comment |
KnockoutJS/Bootstrap - Clearing modal form when closing modal using javascript Thanks Matthew, it works. I should've been able to figure this out. Sometimes talking it trough helps. :) |
|
May 15 |
accepted | KnockoutJS/Bootstrap - Clearing modal form when closing modal using javascript |
|
May 15 |
comment |
KnockoutJS/Bootstrap - Clearing modal form when closing modal using javascript self.clearCurrentCompany(); won't work because it is outside of the context of the ViewModel. |
|
May 15 |
awarded | Custodian |
|
May 15 |
reviewed | Approve suggested edit on KnockoutJS/Bootstrap - Clearing modal form when closing modal using javascript |
|
May 15 |
asked | KnockoutJS/Bootstrap - Clearing modal form when closing modal using javascript |
|
Apr 22 |
awarded | Popular Question |
|
Apr 4 |
awarded | Famous Question |
|
Apr 4 |
awarded | Popular Question |
|
Mar 28 |
accepted | Javascript “var obj = new Object” Equivalent in C# |
|
Mar 28 |
accepted | Converting SQL Server varBinary data into string C# |
|
Mar 28 |
comment |
Moving default controller CRUD methods to service class. Issues with creating response messages Yes, I'm coming to that realization. See my reply to boran's answer :) |
|
Mar 28 |
comment |
Moving default controller CRUD methods to service class. Issues with creating response messages Now, what if I had another non-controller class or orchestration call CompanyService.Delete? Because sometimes I might want to delete an account as a side effect of some other action. |
|
Mar 28 |
comment |
Moving default controller CRUD methods to service class. Issues with creating response messages Actually, I'm starting to wonder if this is the wrong approach. If I were to strait up pass in the current Request, I think that would break Dependency Inversion priciples... No other class or process would be able to use the service. |
|
Mar 28 |
asked | Moving default controller CRUD methods to service class. Issues with creating response messages |
|
Mar 25 |
awarded | Popular Question |
|
Mar 8 |
awarded | Notable Question |
|
Feb 27 |
comment |
Knockout shopping cart, counting final price of items and the subtotal for all items Thanks Keith, this works really well. but how can I get the last column for each row to calculate the final price for each line item? I tweaked to code again to return a hardcoded value. jsfiddle.net/dzZLW/4 |
|
Feb 27 |
accepted | Knockout shopping cart, counting final price of items and the subtotal for all items |
|
Feb 27 |
comment |
Using knockout to copy objects from one array to another Yes it needs to be copied because you can have two instances of Item 3 with different discounts and quantities. |