Deane

721
Reputation
165 views

Registered User

Name Deane
Member for 10 months
Seen Nov 17 at 18:36
Website
Location Sioux Falls, SD
Age 38
I'm a partner in a Web development firm in Sioux Falls, South Dakota. I do content management consulting, mainly, working with EPiServer, Ektron, eZ publish, and WordPress.
Nov
17
revised How can code in a “try…catch” block throw an unhandled exception?
added 124 characters in body
Nov
17
comment How can code in a “try…catch” block throw an unhandled exception?
This was in the debugger, yes. This could be it. In Visual Studio, is that a setting somewhere?
Nov
17
comment How can code in a “try…catch” block throw an unhandled exception?
I'm catching "Exception." Doesn't every derive from that?
Nov
17
revised How can code in a “try…catch” block throw an unhandled exception?
Specified language
Nov
17
asked How can code in a “try…catch” block throw an unhandled exception?
Oct
26
comment What’s the best way to pass complex data into an ASP.Net control?
Wow, nicely done. I actually ended up using child controls which each map to a class, this is really, really slick. Excellent work.
Oct
24
comment Can an ASP.Net control be configued to accept ANY attributes, even ones not defined as properties in the class definition?
The problem is that parsing the control throws an error because there are attributes that don't map to properties.
Oct
24
asked Can an ASP.Net control be configued to accept ANY attributes, even ones not defined as properties in the class definition?
Oct
24
comment What’s the best way to pass complex data into an ASP.Net control?
No, because then I have manage a separate file for each instance of this control that have different params.
Oct
24
asked What’s the best way to pass complex data into an ASP.Net control?
Oct
13
asked Can you move (or duplicate) the “special” .Net folders (App_*) in a subdirectory?
Oct
10
asked Is it correct that an XSLT will not process child nodes of the current node unless apply-templates is explicity called?
Oct
10
comment In what order do templates in an XSLT document execute, and do they match on the source XML or the buffered output?
Evan, your answer and sample chapter were really fantastic. I think I have a grasp on it, save one question, which I will post separately.
Oct
7
revised In what order do templates in an XSLT document execute, and do they match on the source XML or the buffered output?
Sample XML was invalid
Oct
7
comment In what order do templates in an XSLT document execute, and do they match on the source XML or the buffered output?
The "zen" I have learned -- the execution process of an XSLT is XML-centric, not XSL-centric. The structure of the XML drives the flow, not the structure of the XSL. This was one of the big pieces I have not understood all these years.
Oct
7
comment When the same XML element matches two XSLT templates through different XPaths, which template executes and why?
So, does this mean that one element will only ever have one template executed for it? My understanding is that the processor traverses the XML, and for each element asks, "Which template do I execute?" Is it correct that it will only ever execute a single template for each element in the XML?
Oct
7
asked When the same XML element matches two XSLT templates through different XPaths, which template executes and why?
Oct
7
revised In what order do templates in an XSLT document execute, and do they match on the source XML or the buffered output?
Edited the title to include "in an XSLT document"
Oct
7
asked In what order do templates in an XSLT document execute, and do they match on the source XML or the buffered output?
Sep
9
comment When using the XPath binding expression, can you get back InnerXml rather than InnerText?
Not what I was hoping for, but I'll make you the accepted answer since you at least told me I can't do what I want...
Sep
2
asked How do you use extension methods in Web form data-binding expressions?
Aug
27
asked What’s the opposite of “is”?
Aug
13
asked Why does an authentication mode of “Forms” result in an empty LOGON_USER server variable?
Aug
5
asked How can you access SVN over HTTP in a Windows environment?
Aug
4
asked Why doesn’t my page have session state when called as the default document of a directory?
Aug
2
comment Are Sharepoint template files actually stored on the file system?
Excellent answer. Thank you.
Aug
2
asked Are Sharepoint template files actually stored on the file system?
Jul
28
revised When I tell VS to debug, and it says “Validating Web Site” for 10 minutes, what is it doing exactly?
added 8 characters in body
Jul
28
comment When I tell VS to debug, and it says “Validating Web Site” for 10 minutes, what is it doing exactly?
This is when I'm trying to debug.
Jul
28
comment When I tell VS to debug, and it says “Validating Web Site” for 10 minutes, what is it doing exactly?
They are. Always have been.
Jul
27
asked When I tell VS to debug, and it says “Validating Web Site” for 10 minutes, what is it doing exactly?
Jul
22
asked Is it possible to effect a join against a table of consecutive dates without having to maintain an actual table of consecutive dates?
Jun
29
comment Why doesn’t URL routing work in Visual Studio?
Clarified the question again.
Jun
29
revised Why doesn’t URL routing work in Visual Studio?
Clarified
Jun
29
comment Why doesn’t URL routing work in Visual Studio?
Clarified the question.
Jun
29
revised Why doesn’t URL routing work in Visual Studio?
Clarified.
Jun
29
asked Why doesn’t URL routing work in Visual Studio?
Jun
25
asked How is XInclude processed, and how does it resolve references?
Jun
10
asked How can you access RouteData from the code-behind?
Jun
10
comment Is there a non-iterating control that allows data-binding syntax to be used?
Sad. There should be a "BindableRegion" control or something.
Jun
10
asked What’s the cleanest way to render the results of a method while data binding?
Jun
9
awarded  Tumbleweed