Coleman's .Net Nuggets

Little Nuggets from the .Net world.

  Home  |   Contact  |   Syndication    |   Login
  11 Posts | 0 Stories | 142 Comments | 0 Trackbacks

News

Tag Cloud


Article Categories

Archives

Image Galleries

Books

Documentation

Favorite Blogs

Favorite Sites

MSDN

Patterns

Programming

Resources

Tabbed Browing

Toolbox

May 2006 Entries

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...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

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,...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati