.NET HtmlButton always triggers validators
I have created a server control out of the HtmlButton with validation disabled. <button runat="server" causesvalidation="false" /> NOT the input button!!! <input type="button" runat="server /> I have a bunch of validators on my form and when i click the HtmlButton they still run the validators. If I use the input button there is no...