mattruma

5,661
Reputation
384 views

Registered User

Name mattruma
Member for 1 year
Seen 28 mins ago
Website
Location US
Age 40
I fell in love with computers when I got my first Commodore 64!

Check me out on twitter at http://www.twitter.com/mattruma
1d
comment Programmatically load a LINQ2SQL partial class
Let's say I return 1000 tasks ... won't this make another hit to the database every time I access this property?
1d
asked Programmatically load a LINQ2SQL partial class
Nov
30
accepted Gridview: Export to csv issue
Nov
25
comment Gridview: Export to csv issue
Not a problem! We usually have a method in our code behind called BindData() that binds the data to the grid, does any filtering as well. In our export method we always called BindData() first, then do the exporting.
Nov
25
accepted ASP.Net MVC - Handle Multiple Checkboxes
Nov
25
answered Cannot Delete a SQL job.
Nov
25
answered Gridview: Export to csv issue
Nov
25
answered ASP.Net MVC - Handle Multiple Checkboxes
Nov
21
answered how to make visual studio copy dll to output directory?
Nov
20
comment Issues with pagination in ASP.NET MVC
+1 Thank you for the explanation!
Nov
20
awarded  Enlightened
Nov
20
accepted Page.Load issue in ASP.NET 2.0
Nov
20
comment Issues with pagination in ASP.NET MVC
That did the trick! Wonder why and how they are using RouteLink in the NerdDinner example?
Nov
20
asked Issues with pagination in ASP.NET MVC
Nov
20
awarded  Popular Question
Nov
18
awarded  Popular Question
Nov
15
answered User jQuery to drag a DIV and drop in a TD … and have the DIV “snap” into place
Nov
15
accepted How to search a varchar field, using LINQ, to build a list of recommendations
Nov
15
answered How to search a varchar field, using LINQ, to build a list of recommendations
Nov
15
comment Where to put *advanced* business logic in ASP.NET MVC/Linq2Sql project?
This looks like the best way to handle it ... I was trying to stay away from this ... we use Csla for a lot of our other projects, and was really looking for something quick and dirty! Thanks for advice!
Nov
15
asked jQuery ajax post not calling method in my controller
Nov
13
comment User jQuery to drag a DIV and drop in a TD … and have the DIV “snap” into place
I think you are right ... sortable is the way to go on this!
Nov
13
comment User jQuery to drag a DIV and drop in a TD … and have the DIV “snap” into place
To be honest ... I really need to be able to do BOTH ... I need to allow sorting in the current column, and then dragging to the right and to the left.
Nov
13
asked User jQuery to drag a DIV and drop in a TD … and have the DIV “snap” into place
Nov
12
comment Where to put *advanced* business logic in ASP.NET MVC/Linq2Sql project?
I'm wondering if I could just add an update() method to the repository, I could then do my checks there?
Nov
12
comment Where to put *advanced* business logic in ASP.NET MVC/Linq2Sql project?
I was thinking the same ... but struggling with how. I would have to create an instance of the repository to do any data access I needed to do.
Nov
12
comment Where to put *advanced* business logic in ASP.NET MVC/Linq2Sql project?
I am really trying to keep the application thin, so if I didn't have to create a real business objects that would be the way I want to go. In order to test it correctly, I suppose I would have to put it in the Controller ... no?
Nov
12
asked Where to put *advanced* business logic in ASP.NET MVC/Linq2Sql project?
Nov
11
comment Problems with my jQuery … items are disappearing …
So instead of using the UpdateTargetId in my Ajax call, I would do all this in a separate function?
Nov
10
awarded  Nice Answer
Nov
10
comment Problems with my jQuery … items are disappearing …
That would work ... silly question ... how would you append it?
Nov
10
asked Problems with my jQuery … items are disappearing …
Nov
9
comment Design pattern for managing queues and stacks?
By task, I mean a unit of work, in this case it's a business object.
Nov
9
asked Design pattern for managing queues and stacks?
Nov
9
asked Organizing classes using the repository design pattern
Nov
9
awarded  Notable Question
Nov
9
comment Redirect a user to a specific view when authorization fails?
I just removed the filterContext.Cancel and it all seems to work!
Nov
9
comment Redirect a user to a specific view when authorization fails?
There doesn't seem to be a filterContext.Cancel property?
Nov
8
asked Redirect a user to a specific view when authorization fails?
Nov
8
comment How to creat a readonly text using html helper in asp.net mvc?
It seems like this has changed and that the 3rd parameter IS htmlAttributes.
Nov
7
revised Is there an easy way to remove all default values for a SQL database?
retag
Nov
7
comment Is there an easy way to remove all default values for a SQL database?
@CodeByMoonlight Good point ... SQL Server 2005 and 2008.
Nov
7
asked Is there an easy way to remove all default values for a SQL database?
Nov
6
awarded  Nice Answer
Nov
6
comment Building ASP.NET application - Best Practices
This should be marked as a community wiki.
Nov
3
awarded  Nice Question
Nov
3
awarded  Nice Question
Nov
1
answered UI for creating invoices
Oct
28
revised LinQ query - Add Where dynamically
edited tags
Oct
28
answered LinQ query - Add Where dynamically