Microsoft
Software
Hardware
Network
Question : Visual Basic.Net Question on Checking a field if Numeric Data entered
I have two fields that I am entering data in.
The first field is Work Order Number and the second field is New Work Order Number. I am asking the user to check a box if they want to make a change to this field in the database.
If Checkbox1.Checked = True
New Work Order Number textbox appears for data entry by user.
The New Work Order Number field needs to be checked to see if alphanumeric data has been entered.
If IsNumeric(NewWorkOrderNumb
er.Text) = False Then
Message.Text = "data entered must be numeric data"
Exit sub
End If
The coding above is what I am trying.
Will this coding work?
jjc9809
Answer : Visual Basic.Net Question on Checking a field if Numeric Data entered
Take a look at
http://blogs.vmware.com/pe
rformance/
2010/05/ex
change-201
0-
scaleup-
performanc
e-on-vsphe
re.html
and
http://blogs.vmware.com/pe
rformance/
2010/05/ex
change-201
0-
disk-io-
on-vsphere
.html
Keep in mind that if you are migrating from Exhange 2003/2007 you will need alot more disk space as EX2010 no longer perfors single instance
Random Solutions
Displaying GroupWise contacts in Exchange address book?
How to convert non ansi outer join =* to ansi outer join
C++ permutation with replacement algorithm
Exchange 2007 - Delivery is delayed to these recipients or distribution lists:
Queries inside a while loop
Configuring Incoming Mail to SharePoint w/o Exchange on-site
Trojan After Shock Keeps Opening Mutliple Tabs when using IE and Firefox, how to fix?
How do I retire a Windows Server 2003 from a Domain
How can i do insert more data with insert query with more select statment linqToSQL?
Number of records when appending query via VBA