ASP.NET Validators now work Client-Side on Mozilla with Whidbey Beta2
I was on a Microsoft Unplugged Q&A panel at ASP.NET Connections last night in Las Vegas, and someone asked about what our plans were for uplevel support for non-IE browsers. I talked about the new controls we have in Whidbey like TreeView, Menu and others use a common sub-set of Javascript that works with IE, Mozilla, Safari and others.
Brad Millington (who was thankfully also on the panel with me) then mentioned how he and others on the pages/controls team just finished doing some work in the Beta2 branch to go back and make the validation controls that we shipped in V1 and V1.1 also now work client-side with Mozilla (previously the controls worked client-side with IE -- but only server-side with non-IE browsers). A pleasant surprise for me since I didn't think that was happening (I missed that checkin mail), and something I know that others will be excited about too...
Fun Stuff.