gfrizzle

1,655
reputation
274 views

Registered User

name gfrizzle
member for 1 year
seen 16 hours ago
website
location Scarborough, ME
age 40
VB, ASP.NET, MVC, LINQ, HTML, jQuery, CSS, WCF, etc.

I know PowerBuilder too, but with luck I'll never have to go back...
1d
comment Best way to save data on a strongly-typed view when not all fields are loaded
I'm assuming you don't mean "UpdateModel(orig)", since that doesn't reference any of the form data, but how would I set that up from my original example? Would it be "UpdateModel(data)"? When I try that, I get an unhelpful "The model of type 'MyProject.MyData' was not successfully updated."
1d
asked Best way to save data on a strongly-typed view when not all fields are loaded
1d
comment What should the action return when submitting multiple forms in an MVC app?
The problem is that I'm only loading tabs when they are viewed, because loading all the tabs all the time slows everything down. If I have one big form, not all the fields will be loaded, so my Save will think the unloaded fields should be blanked out.
1d
asked What should the action return when submitting multiple forms in an MVC app?
2d
comment How to add custom columns to a table that LINQ to SQL can translate to SQL
I've done something similar in similar situations, but the problem here is that "MyData" could be huge, and the narrowing part of the query would come after the conversion to a result set. Still a valid answer in a majority of situations though.
Dec
8
awarded  Notable Question
Dec
3
awarded  Popular Question
Nov
25
comment Is it possible to add properties to My.Application or My.User?
Exactly what I was looking for. I'm using extension methods elsewhere in my project, and it didn't even dawn on me to apply them in this instance. Thanks for the nudge in the right direction.
Nov
25
asked Is it possible to add properties to My.Application or My.User?
Nov
19
awarded  Self-Learner
Nov
13
comment jQuery redirect not working in non-IE browsers
The "[redacted]" part just means I didn't want my site name in the code. I don't actually have square brackets in my URL.
Nov
13
asked jQuery redirect not working in non-IE browsers
Nov
11
comment Apply jQuery datepicker to multiple instances
That may just be the "sample" part of the sample code. I don't think it actually generates a div with that ID. Making sure each of my target objects had unique ID's made everything work as expected.
Nov
7
awarded  Nice Question
Nov
5
asked Is there an advantage to USING vs. declaring a context variable?
Nov
4
comment Is there any way to debug a call coming from an AJAX post?
You're right - I had some other stuff fooling me into thinking the code was firing, but it turns out my route wasn't mapped correctly. Thanks!
Nov
4
asked Is there any way to debug a call coming from an AJAX post?
Nov
2
asked How do you tell what CSS settings are affecting the layout?
Oct
26
awarded  Popular Question
Oct
23
awarded  Popular Question
Oct
21
accepted Publish Web Site all of a sudden no longer working
Oct
21
answered Publish Web Site all of a sudden no longer working
Oct
21
awarded  Popular Question
Oct
9
accepted Trying to apply RoundedCornerExtender to Table makes Table flash and vanish
Oct
8
comment Access network share using Windows authentication
All I get is "Incorrect Function" when I try to create the System.Security.Principal.WindowsIdentity, no matter what I pass it. I'm definitely passing it my User Principal Name, but it doesn't recognize it.
Oct
8
comment Access network share using Windows authentication
Those appear to already be the case. "Enable anonymous access" is not checked, and "Integrated Windows authentication" is checked.
Oct
8
asked Access network share using Windows authentication
Oct
7
accepted Formatting problem with Tiny MCE
Oct
6
answered Formatting problem with Tiny MCE
Oct
5
asked Formatting problem with Tiny MCE
Oct
5
awarded  Popular Question
Oct
2
revised Publish Web Site all of a sudden no longer working
Added note
Oct
1
asked Publish Web Site all of a sudden no longer working
Oct
1
awarded  Yearling
Sep
21
awarded  Popular Question
Sep
8
comment ASP.NET MVC AJAX returning new page on simple call
Nope, no nested form tags. I'm going to try the Firebug thing though. Thanks.
Sep
8
revised Problem getting MVC AJAX partial load to work
Added update 4
Sep
8
comment Problem getting MVC AJAX partial load to work
Oops, my bad - typo in the library names. I'm closer now. It still behaves incorrectly with the right library names, but if I remove the jQuery submit and add a Submit button, it works correctly. Is the jQuery submit happening too quickly?
Sep
8
comment Problem getting MVC AJAX partial load to work
Adding the AJAX libraries didn't help - it still returned a new page with just "Hello World". I've also tried your jQuery method, but I'm getting "Object doesn't support this property or method" on the ajaxForm line.
Sep
4
revised Problem getting MVC AJAX partial load to work
Added Update 3
Sep
4
revised Problem getting MVC AJAX partial load to work
Added update 2; deleted 14 characters in body
Sep
4
revised Problem getting MVC AJAX partial load to work
Added jQuery update
Sep
4
comment Problem getting MVC AJAX partial load to work
Wow. You'd think that would be in there, wouldn't you? I assumed it was in Site.Master and it wasn't. I've added it and now I'm getting a javascript error. I've updated the issue. Thanks for pointing out the obvious.
Sep
4
asked Problem getting MVC AJAX partial load to work
Aug
26
revised How to add custom columns to a table that LINQ to SQL can translate to SQL
Added specific error
Aug
26
revised How do I keep a <td> element from appearing across multiple pages when printed from IE?
Added IE to the title
Aug
26
accepted InsertOnSubmit not triggering a database insert on SubmitChanges
Aug
26
asked How to add custom columns to a table that LINQ to SQL can translate to SQL
Aug
24
comment Visual Studio keeps pegging the CPU for Intellisense as I type
Nope. This is a MVC project.
Aug
24
asked Visual Studio keeps pegging the CPU for Intellisense as I type