Post Edited (spookytooth) : 1/25/2005 10:49:27 PM GMT
That would qualify as a "duh" on my part... Common is a ... well common Assembly i use for Business Object data (like Common.Data.Books in Duwamish). Anyway - it also holds an error result set, which of course you don't have!@
You can remove the code there and it should compile - i'll repost it sans the Common reference :)
Line 172: <asp:textbox id="txtLOT" runat="server" Line 173: ></asp:textbox> Line 174: <asp:RangeValidator id="RangeValidator1" runat="server" Display="Dynamic" ControlToValidate="txtLOT" Line 175: ErrorMessage="Invalid Number" MaximumValue="99999999" MinimumValue="0" Type="Integer"></asp:RangeValidator>
Post Edited (dood) : 1/27/2005 4:25:23 PM GMT