DevelopingChris
|
Registered User
|
I'm a software developer mainly doing web based applications. I work in insurance currently, its as boring and slow as it sounds.
|
|
1d |
revised |
IndexOf function in t-Sql edited body |
|
1d |
asked | IndexOf function in t-Sql |
|
2d |
awarded | ● Popular Question |
|
2d |
awarded | ● Notable Question |
|
Dec 7 |
comment |
Message Box in ASP.NET… This works as well, I was going for simplest thing, this is more correct in a master page. Not sure what happened with the script tags but they were eaten when I did preview. |
|
Dec 7 |
comment |
C#: How do I check if a DataGrid is empty? Not that you'd intentionally do this, but if you set the datasource, but then didn't call databind, there would be nothing on the screen, and yet for this request, this assertion would be true, when it probably shouldn't be. |
|
Dec 7 |
answered | Message Box in ASP.NET… |
|
Dec 6 |
awarded | ● Mortarboard |
|
Dec 6 |
comment |
trigger jquery with php? tomato toomato, trigger, is semantically implied as "causes it to be run in the browser" and in fact it can, in a few ways. Via responding to ajax with a sentinel which jquery directs. Or by simply serving JavaScript in the page like @Mark has suggested. |
|
Dec 2 |
comment |
Subversion hook for closing Quality Center bugs I have not found an answer yet, my interests waned because the team that uses subversion ended up not budgeting in new seats to quality center, even though its standard and we used sharepoint tickets, so no connection needed. |
|
Nov 14 |
comment |
Spring.NET & Constructor Interceptors did you ever get this working? |
|
Nov 2 |
answered | Posting a web form to a different page in asp.net 3.5 |
|
Nov 1 |
awarded | ● Popular Question |
|
Oct 29 |
comment |
GOTO still considered harmful? so lets take a side step, table saws are touted generally as the most dangerous wood working tool. GOTOs have also been widely known to inflict harm. Personally a simple function can replace a goto. The point is, there is no real reason you should choose goto over something less dangerous. The wood working analogy breaks down here, because the table saw has no less dangerous analog. |
|
Oct 27 |
comment |
GOTO still considered harmful? Clearly you are not most. I've never lost fingers to them either. Although I seen plenty of halved digits from table saws, and plenty of bugs in systems from goto's. I've honestly never seen a GOTO in a modern OO language that was required, for the business that commissioned that software to make money. |
|
Oct 13 |
comment |
Programatically ask a page, in global asax if its marked obsolete? simple, elegant, nice. Didn't know that the "handler" was the page. Thanks Darin. |
|
Oct 13 |
comment |
Programatically ask a page, in global asax if its marked obsolete? I had explored this route personally, as the easier solution to implement. The hard part is, its hard to know, when you are trying to get a page to run, why the hell you are getting redirected. Making maintenance on the obsolete's more confusion. My thought is to also mark a date when something was obsoleted and before every release to go find the things that have been obsolete in production fro 90 days or whatever and prune them. |
|
Oct 12 |
asked | Programatically ask a page, in global asax if its marked obsolete? |
|
Oct 9 |
comment |
Using Subversion with VB6 thanks, I've only seen vb6 under glass, I'm a web person and in its hay day I was doing php. |
|
Oct 3 |
comment |
ASP.NET:Paging when deleting rows asp.net built in controls and ajax don't always play nice, you might have to use my absolute most despised thing, an update panel, to pull off the best of both worlds. you could also just use jqGrid or some other client paging grid and call it quits on asp.net built in controls all together. |
|
Sep 29 |
comment |
How to fix SSIS : “Value, does not fall within expected range”? it doesn't even get that far, its just hosed, a gray area in the design surface with this x and the message, I almost thought this is what it was supposed to do, and then I created a new project from scratch and my new stuff works, but nothing that our other developer did loads. |
|
Sep 29 |
revised |
How to fix SSIS : “Value, does not fall within expected range”? added 241 characters in body |
|
Sep 29 |
asked | How to fix SSIS : “Value, does not fall within expected range”? |
|
Sep 29 |
comment |
How do I set the protocol when using RedirectToAction in asp.net MVC? Curious, what protocol would you want to change it to? |
|
Sep 29 |
asked | Can you run Jython on the JVM that runs on Pulse smart pens? |
|
Sep 29 |
answered | ASP.NET:Paging when deleting rows |
|
Sep 15 |
comment |
Should I use Request.Params instead of explicitly doing Request.Form? So far, I think you answered exactly what I was looking for, to keep from killing this question's interest, I'll mark it so, tomorrow |
|
Sep 15 |
asked | Should I use Request.Params instead of explicitly doing Request.Form? |
|
Sep 4 |
comment |
How to use css in asp.net good point, however, the cssclass property would still have a value, it just wouldn't work. |
|
Sep 4 |
answered | How to use css in asp.net |
|
Sep 4 |
revised |
Meaning of negative values in audio waveforms edited tags |
|
Aug 27 |
comment |
C# Best way to replace x repeated tokens by one token not sure this works since it would replace every new line with a new line, not condense them. you need a plus in your pattern |
|
Aug 27 |
comment |
C# Best way to replace x repeated tokens by one token don't use regex if you are looking for \r\n since new lines are actually specially handled. |
|
Aug 27 |
comment |
C# Best way to replace x repeated tokens by one token I like this one better than regex, its clever, and declarative. |
|
Aug 27 |
comment |
Too many parameters were provided in this RPC request. The maximum is 2100. ? thank you for validating the question, I would love if you upvote it, since you ran into it and it will clearly be helpful to others for it to stay in the search history of the world. |
|
Aug 26 |
awarded | ● Notable Question |
|
Aug 23 |
accepted | What is the most widely used parser generator for C#? |
|
Aug 14 |
awarded | ● Nice Question |
|
Aug 14 |
awarded | ● Yearling |
|
Aug 10 |
comment |
Why is software quality so problematic? and a lot of them suck because they heard that its good money on the radio, and now they convinced someone to hire them, not because they are passionate and interested in the craft |
|
Aug 7 |
comment |
C# - How do you get total amount of RAM the computer has? thank you, its not that I don't understand the question its that you have to use a different source for the information other than a .net library. |
|
Aug 7 |
awarded | ● Nice Answer |
|
Aug 6 |
comment |
In C# Get All the .nsf files(Notes Database) from \data\notes directory and populate it in a Listbox feel free to edit it, I think any list control expresses the point. |
|
Aug 6 |
comment |
In C# Get All the .nsf files(Notes Database) from \data\notes directory and populate it in a Listbox the question needs a bit of editing to be viable, but I've provided my answer assuming I understand the premise, without giving you an sln that you can just use. |
|
Aug 6 |
answered | In C# Get All the .nsf files(Notes Database) from \data\notes directory and populate it in a Listbox |
|
Aug 6 |
comment |
Regex help for MediaWiki template markup what should {{{blah}}} render as or result as? |
|
Aug 6 |
comment |
Regex help for MediaWiki template markup what you are doing is kind of on the bounds of regex's comfort zone. You can do it, but you will end up putting so much effort into it, that you probably want to create a light weight parser. That way as you install new syntaxes and nest them, you don't end up running in circles |
|
Jul 31 |
comment |
c# switch problem it causes a stack overflow, hehheh |
|
Jul 31 |
comment |
c# switch problem I think that causes a stack overflow eventually, wonder if the question is meant to be ironic. |
|
Jul 31 |
comment |
Why is there not a `fieldof` or `methodof` operator in C#? knives are dangerous in untrained hands, but without them we'd be in the dark ages, at some point you have to be mature enough to wield the weapon. |
