Microsoft
Software
Hardware
Network
Question : asp.net form: field valadation how to format these form fields
I need to validate the the entry was only numeric and the length must be 8 numbers>
--------------------------
------
<asp:TemplateField HeaderText="VinSerial" SortExpression="VinSerial"
>
<InsertItemTemplate>
<asp:TextBox ID="VinSerialNumber" runat="server"
Text='<%# Bind("VinSerial") %>'></asp:TextBox>
<asp:RequiredFieldVa
lidator ID="VinSerialValidator" runat="server"
ControlToValidate="VinSeri
alNumber" ErrorMessage=" *"></asp:RequiredFieldVali
dator>
<asp:RangeValidator id="lthSerialNumber"
ControlToValidate="VinSeri
alNumber"
Numbers only??????
MinimumLength="8"
MaximumLength="8"
ErrorMessage="The Length must be 8!"
Display="Dynamic"
runat="server" />
</InsertItemTemplate>
</asp:TemplateField>
--------------------------
----------
----------
----------
----------
--
I need to know how to validate a user enter a ligit year between 1980 and current year
<asp:TemplateField HeaderText="Year" SortExpression="Year">
<InsertItemTemplate>
<asp:TextBox ID="Year" runat="server" Text='<%# Bind("Year") %>'></asp:TextBox>
<asp:RequiredFieldVa
lidator ID="YearValidator" runat="server"
ControlToValidate="Year" ErrorMessage=" *"></asp:RequiredFieldVali
dator>
</InsertItemTemplate>
</asp:TemplateField>
Answer : asp.net form: field valadation how to format these form fields
If they really are SATA (many servers use SAS drives instead of SATA), then yes, just read them in another PC. As they aren't setup as a RAID array you should have no issues reading them, and it should trash them either.
Random Solutions
Excel 2007 viewer error in Windows Server 2008 R2 terminal server (crash)
web forms: xForms or javascript forms: which one is the best?
Do you know a utility in Unix I could use that would compare 2 files (for ex:, files A.txt vs B.txt) and display the differences between the 2 files?
IIF Field Length Question
how to avoid echo in 1 on 1 video chat / conference-system with FMS 3,5
Sonic Wall Continuous Backup Problem
Globally change the Blackberry Service Display name
High Insert/Update time because of Trigger
Microsoft CRM Product question
HTML 5: canvas