Jonas Bush

Blog.blog.blog.blog
posts - 16, comments - 161, trackbacks - 17

My Links

News

Archives

Post Categories

Image Galleries

General

August 2006 Entries

Using Atlas to act as a check on javascript calls
One of the things I've been working on is how to use Atlas web services to verify actions on the server. So the client requests to perform a particular action on the server, and if they don't have access to perform that action or the action fails (because a database is down, or something along those lines), I don't want the method on the client to continue executing. The problem with that is that Atlas web service calls are asynchronous by nature (explained here and here). So I can't say something...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, August 16, 2006 2:48 PM | Feedback (0) | Filed Under [ ASP.Net ]

Disabling an ASP.Net Validator through Javascript
If you ever find yourself needing to selectively disable an asp.net validator through javascript, you can do the following (in 2.0, not sure if this exists in 1.x): function doSomething(){ var myVal = document.getElementById('my... ValidatorEnable(myVal, false); } Quick and easy! Sadly, not as easy to find through Google, so hopefully this post will help that. :)...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, August 11, 2006 8:57 AM | Feedback (84) | Filed Under [ ASP.Net ]

Powered by: