Kon M
|
Registered User
|
.NET Developer
|
|
Nov 9 |
awarded | ● Popular Question |
|
Oct 19 |
accepted | Stretching LI and contents |
|
Oct 17 |
comment |
Best Practice for Forcing Garbage Collection in C# Nothing, it only compiles and optimizes code. And this definitely has nothing to do with the CLR... or .NET even. |
|
Sep 26 |
awarded | ● Yearling |
|
Sep 9 |
accepted | Subsonic 3.0.0.3 not generating parameters for stored procedures |
|
Sep 1 |
revised |
Subsonic 3.0.0.3 not generating parameters for stored procedures Additional details; edited body |
|
Sep 1 |
answered | Subsonic 3.0.0.3 not generating parameters for stored procedures |
|
Aug 31 |
revised |
Subsonic 3.0.0.3 not generating parameters for stored procedures Additional details |
|
Aug 28 |
comment |
Subsonic 3.0.0.3 not generating parameters for stored procedures I have the same problem. I can definitely see the code the .tt file that should be looping through the parameters of my stored proc, but the final generated .cs has no code that adds that parameters. Definitely need to resolve this. |
|
Aug 28 |
awarded | ● Popular Question |
|
Aug 27 |
answered | Stretching LI and contents |
|
Aug 27 |
comment |
Stretching LI and contents Yes, padding, but not margins. The background color still spans across the padding. That wasn't quite it, but I did figure it out. Thanks. |
|
Aug 26 |
revised |
Stretching LI and contents edited title |
|
Aug 26 |
comment |
Stretching LI and contents I tried that, but it didn't help. However, I noticed in IE Developer Toolbar that hasLayout is still set to -1. |
|
Aug 26 |
comment |
Stretching LI and contents If you actually looked at the code, you'd see that it already is in display block style and left/right padding and margins are already at zero. Doesn't seem to help. |
|
Aug 26 |
revised |
Stretching LI and contents added 191 characters in body |
|
Aug 26 |
asked | Stretching LI and contents |
|
Aug 19 |
comment |
Why isn’t this wrapping as expected? Though this didn't work in IE, I still feel that this is the ideal solution. So I up-voted. Thank, David. |
|
Aug 19 |
comment |
Why isn’t this wrapping as expected? Well, as much as I didn't want to do this, it seemed to be the only solution (short of using tables) that worked in FF and IE. Thanks, Pat. |
|
Aug 19 |
comment |
Why isn’t this wrapping as expected? Spoke too soon... this is great in FF. But in IE7, Casual section now hugs the right side, instead of following immediately after BYOB in the middle. |
|
Aug 19 |
comment |
Why isn’t this wrapping as expected? Hmm... that seems to be it! I'm just not quite sure why there is room for BYOB beside Bar? I guess this is related to variable heights? Because if I set height to 200px across all the groups, the problem goes away. I'll take it, but I won't be happy about it! :) |
|
Aug 19 |
comment |
Why isn’t this wrapping as expected? But the parent of tagPlaces has clearfix applied to it. Shouldn't that do it, since I'm floating tagPlaces? |
|
Aug 19 |
asked | Why isn’t this wrapping as expected? |
|
Aug 15 |
comment |
Go Daddy SQL Server 2005 Remote Connection IIS -> web server. not sure what database-related issues have to do with IIS (other than authentication/impersonation perhaps). |
|
Aug 9 |
comment |
Puzzling javascript array behavior You guys are not paying attention. Refer to comments under Vinay Sajip's answer. |
|
Aug 9 |
comment |
Puzzling javascript array behavior There is no error message, because there is no catch block - that's the problem. But I'm not about to go editing and rebuilding asp.net ajax assembly just to figure this out - not worth my time. I figured maybe someone ran into a similar issue already. |
|
Aug 9 |
comment |
Puzzling javascript array behavior No, it's not processing a response from the server - the request never gets to the server. The try/finally block is with in asp.net ajax's front-end script. |
|
Aug 4 |
comment |
Puzzling javascript array behavior I'd agree that it's a Visual Studio issue if it actually worked fine outside of it. but asp.net ajax (atlas) code errors out in IE7. I'll try to provide more detailed info tomorrow. |
|
Aug 3 |
revised |
Puzzling javascript array behavior Further findings described |
|
Aug 3 |
comment |
Puzzling javascript array behavior I know it fails because the code execution breaks inside asp.net ajax code. Sadly, there's a try and finally block, but not catch. :) |
|
Jul 30 |
comment |
Puzzling javascript array behavior See comment under edeverett's answer. Thanks. |
|
Jul 30 |
comment |
Puzzling javascript array behavior Yes, this does actually cause a problem for me in IE7 when I try to return this value from a dialog popup. |
|
Jul 30 |
revised |
Puzzling javascript array behavior added tags; added 298 characters in body |
|
Jul 30 |
comment |
Puzzling javascript array behavior perhaps. but I have a feeling there's actually something structurally different about the two resulting values, because (atlas) ajax chokes on the one with the length property when I try to pass it to a server-side WebMethod (no actual error message, but I know the call fails). |
|
Jul 30 |
comment |
Puzzling javascript array behavior I'm debugging in Visual Studio 2008. Yes, the length property is available is accurately showing 1 if I actually call arr.length in the code. But doing a Quick Watch on arr, doesn't show me 'length' in this case. |
|
Jul 30 |
asked | Puzzling javascript array behavior |
|
Jul 29 |
comment |
C# and XPath - how to query @aaginor, ....huh? |
|
Jul 28 |
comment |
C# and XPath - how to query I was just going to suggest that as well. If you don't already know XPath and only need it to parse through XML in C#.Net, then Linq to XML is the way to go. |
|
Jul 13 |
comment |
Simple CSS problem: Title text on upper left, Button on the upper right There are lots of threads you can google that talk about floating DIVs side-by-side. Here's one: welovecss.com/showthread.php?t=465 |
|
Jul 13 |
answered | Simple CSS problem: Title text on upper left, Button on the upper right |
|
Jul 8 |
answered | multiple grouping, inner joning in Linq |
|
Jul 7 |
revised |
findComponent in iframe deleted 1 characters in body |
|
Jul 6 |
comment |
findComponent in iframe Well, slap me around and call me Susan... you're right, this worked: myFrame.contentWindow.$find(id) |
|
Jun 25 |
comment |
findComponent in iframe How could that possibly work? $find() is just a shortcut for Sys.Application.findComponent().. So I don't think myFrame.contentWindow.Sys.Application.findComponent() is valid. |
|
Jun 25 |
comment |
findComponent in iframe Nope, nothing to do with server-side scripting. |
|
Jun 24 |
revised |
findComponent in iframe deleted 5 characters in body |
|
Jun 24 |
revised |
findComponent in iframe added 2 characters in body |
|
Jun 24 |
asked | findComponent in iframe |
|
Jun 17 |
comment |
Iterate enumerable object while debugging in Visual Studio Very helpful, thanks Jeff. |
|
Jun 5 |
accepted | Dynamic Data Grid |
