Author: kailin75 | Posted on: 9/14/2009 4:35:09 PM | Views : 858

Hi ASP.NET Gurus,
Thank you in advance for your help.
I have what is probably a very simple problem.
My PageValidation.aspx page looks like this:
<%@ Page Language="C#" AutoEventWireup="true" codefile="PageValidation.aspx.cs" Inherits="_PageValidation"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Driver info</title> </head> <body> <form id="form1" runat="server"> <h3>Validator Example</h3> Enter a number from 1 to 10. <asp:textbox id="NumberTextBox" runat="server"/> <asp:rangevalidator id="NumberCompareValidator&q ...

Go to the complete details ...