| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 years, 2 months |
| seen | 14 hours ago | |
| stats | profile views | 443 |
|
May 9 |
comment |
Sencha Touch list not displaying (again!) Hi thanks for this, it worked! Sorry for being dumb but what was wrong with my view originally? I used Sencha Architect to create the layout so am intrigued to know what the issue was. |
|
May 9 |
comment |
Sencha Touch list not displaying (again!) Does the fact that it is a 'Ext.navigation.View' change anything with regard to it being a list? |
|
May 9 |
comment |
Asp.Net WebAPI and AttributeRouting - no overloaded attribute constructor? Added update above. I don't understand if I've added the route by both using the attribute and allowing the route in the bootstrappper, why its now not resolving. I might have to move the /enquirycount into its own controller which I've already done with many of my routes. Shame as I've got lots of very small controllers which are just specialisations of the same sort of controller. I thought this would be a little easier to set-up. |
|
May 9 |
comment |
Sencha Touch list not displaying (again!) Didn't work I'm afraid. Any other ideas? |
|
May 9 |
revised |
Asp.Net WebAPI and AttributeRouting - no overloaded attribute constructor? added 749 characters in body |
|
May 9 |
comment |
Sencha touch and disableCaching parameter I'm talking about the development version. I refreshed so many times my F5 button wore down! Surely I don't need to clear out the cache each time? I wanted to avoid this as all my passwords are then cleared for all the sites I use. |
|
May 9 |
asked | Sencha Touch list not displaying (again!) |
|
May 9 |
comment |
Asp.Net WebAPI and AttributeRouting - no overloaded attribute constructor? GET works of course;) but am now getting multiple Multiple Actions Were Found that match the request error. I thought this was the whole point of this library. Can they not be mixed? |
|
May 9 |
comment |
Asp.Net WebAPI and AttributeRouting - no overloaded attribute constructor? GetAttribute is not resolved when compiled, are you sure? |
|
May 9 |
asked | Asp.Net WebAPI and AttributeRouting - no overloaded attribute constructor? |
|
May 8 |
asked | Sencha touch and disableCaching parameter |
|
May 8 |
accepted | Is it possible to have relative paths for content in MVC4 areas? |
|
May 6 |
awarded | Popular Question |
|
May 2 |
awarded | Popular Question |
|
May 1 |
awarded | Popular Question |
|
May 1 |
accepted | DbCommand and connection - why does dispose not close underlying connection? |
|
May 1 |
comment |
DbCommand and connection - why does dispose not close underlying connection? ok I understand thanks. Please see my last edit above to George. |
|
May 1 |
comment |
DbCommand and connection - why does dispose not close underlying connection? Ok, but it doesn't seem clear from the code that the command object holds a reference to an already created connection rather than one it itself has created. In this case if the db and dbCommand variable are wrapped in using, I'm guessing the db dispose would close the connection? |
|
May 1 |
asked | DbCommand and connection - why does dispose not close underlying connection? |
|
Apr 30 |
comment |
Using statement still causes Code analysis issues on 2 disposable objects I thought this might be happening, thanks. |