qui

2,471
reputation
195 views

Registered User

name qui
member for 1 year
seen 7 hours ago
website
location London, England
age 25
Software Engineer, mainly web based with .NET C# Currently enjoying exploring the wonderful new world of C#3 and ASP MVC
Dec
15
comment Setting the selected item of a drop down list in view code
Yeah but then the view would have to then select the correct items in view data based on what the item is. Which to me would make the code even more awkward and certainly doesnt make the view dumb
Dec
15
asked Setting the selected item of a drop down list in view code
Dec
6
awarded  Mortarboard
Nov
17
awarded  Popular Question
Nov
10
comment SQL Group with Order by
Perfect! Thanks
Nov
10
asked SQL Group with Order by
Nov
4
awarded  Civic Duty
Nov
3
comment Move item to top of list (linq)
This is more or less what i did any way, but thanks for the explanation as to why there is seemingly not a better way :)
Nov
3
comment Move item to top of list (linq)
Just push the rest down
Nov
3
revised Move item to top of list (linq)
added 361 characters in body; deleted 4 characters in body
Nov
3
asked Move item to top of list (linq)
Oct
23
accepted Retrieve value from asp:textbox with JQuery
Oct
23
answered Retrieve value from asp:textbox with JQuery
Oct
13
answered CSS and images on Master Page
Oct
9
comment Simple Linq question: How to select more than one column?
I'm guessing it's because you dont have a constructor which allows this. Make a constructor for your Benutzer class and do it the normal way. select new Benutzer(myCol, myCol2, etc..)
Oct
9
comment Simple Linq question: How to select more than one column?
I just tried it on my machine with a very similar use case and it worked. Can you paste the exact error?
Oct
9
revised Simple Linq question: How to select more than one column?
added 1 characters in body
Oct
9
comment Simple Linq question: How to select more than one column?
You need a comma to seperate the fields, although i doubt that's why it's breaking
Oct
9
answered Simple Linq question: How to select more than one column?
Oct
1
answered asp.net MVC - complex example?
Oct
1
comment DIV equal height within floated “row”
But his way does make more sense and would be easier...
Oct
1
comment Best tell-tale sign on their first day that a programmer might not work out?
You should suggest in the next interview that they microwave some mashed potato.
Sep
29
answered assign a javscript variable from c#
Sep
28
answered Constructor not being called
Sep
25
comment Union on two big LINQ queries not supported. How do I get around it (if at all possible)
Yeah that's an exception
Sep
25
asked Union on two big LINQ queries not supported. How do I get around it (if at all possible)
Sep
21
asked Programmatically set an Ext.TextField to be valid
Sep
17
asked LINQ: Get list of letters which have matching records
Sep
16
awarded  Popular Question
Sep
16
answered ASP.NET MVC posted entity not mapping to LINQ model
Sep
16
comment ASP.NET MVC posted entity not mapping to LINQ model
Just something that wraps around a db context, offering some methods to work with users. The SaveChanges() method simply calls db.SubmitChanges()
Sep
16
comment ASP.NET MVC posted entity not mapping to LINQ model
Thanks, I knew I had to be forgetting something. However, it is throwing the following exception: The model of type 'MyProject.User' was not successfully updated. What could be causing this?
Sep
16
revised ASP.NET MVC posted entity not mapping to LINQ model
added 114 characters in body
Sep
16
comment ASP.NET MVC posted entity not mapping to LINQ model
How do you check for that?
Sep
16
comment ASP.NET MVC posted entity not mapping to LINQ model
Yeah it definitly has a value
Sep
16
asked ASP.NET MVC posted entity not mapping to LINQ model
Sep
8
comment LINQ to XML getting value
How did I miss this?! Thanks
Sep
8
asked LINQ to XML getting value
Sep
3
answered List Find() StackOverflow Error
Aug
28
awarded  Yearling
Aug
26
comment Form values not changing on ASP MVC
How would I pass the NextId and listName parameters? Cant seem to spot a method signature for that..
Aug
26
asked Form values not changing on ASP MVC
Aug
26
comment Find next record in a set: LINQ
Also, if this got to the end of the list and tried to skip, would it throw an exception or just return null. Do i need to check for this?
Aug
26
comment Find next record in a set: LINQ
Yeah the latter is what i went with, thanks.
Aug
26
comment Find next record in a set: LINQ
Would mess up the order, sorry - have edited the question to clear it up
Aug
26
revised Find next record in a set: LINQ
added 58 characters in body; added 30 characters in body; added 64 characters in body
Aug
26
asked Find next record in a set: LINQ
Aug
25
comment Dynamic URL management with javascript
This has got me on the right track, thanks :)
Aug
25
asked Dynamic URL management with javascript
Aug
25
comment ASP.NET MVC - Pass Additional ViewData to a Strongly-Typed Partial View
This really helped me too, thanks