I wrote a control today to dynamically disable an ASP.NET control from the client - with NO POSTBACKS. It's actually pretty slick. All you do is drop the control on your form, and run ONE line in your if (!IsPostBack) section (oh, and for now, a simple JS function in your ascx/aspx - though you could just as easily inject that directly on the page too with a literal control).
I'll post it soon - faster if someone asks for it. :)
posted @ Wednesday, March 15, 2006 9:34 PM