When attempting to access help in the MS Express editions, I ran into the following nugget. Help would come up. I could select “Content”, “How do I?”, “Index”, etc. When I attempted to select a topic such as “operator” using Index, I would get a nasty crash of the help app. Clicking on “How do I?” under the help menu popped a message box alerting me that this type of error can occur when memory is corrupt... I thought to myself in my best...
I've been playing around with the validation controls and atlas… The Atlas toolkit provides a Confirm extender… it is less than desirable. Canceling seems to have some event bubbling side-effects. The 2.0 OnClientClick is used… but a little differently. In the past, I have gotten away with OnClientClick="return confirm('Are you really really sure?')"… that doesn't seem to be the case… when you say ok, true is returned and client-side validation is not raised... therefore,...