Languages Visual Basic & VB.NET .Net Validation/ Processing  

Validate Data Grid

download download  
important code information
author:
Jose Fuentes VB MVP
minimum requirements:
Validate Data Grid description

This shows how to validate the contents of a datagrid per row, per column. This allows you to check the value of what the user changed\inserted in the desired column. It will show an error icon as well as fill the tool tip. though I have yet to figure out how to make the error icon blink. Also it will show you how to do a summory of errors.


File List:
AssemblyInfo.vb1Kb
DataSet1.vb16Kb
DataSet1.xsd1Kb
DataSet1.xsx193b
Form1.resx8Kb
Form1.vb5Kb
ValidateGrid.sln1Kb
ValidateGrid.suo8Kb
ValidateGrid.vbproj5Kb
ValidateGrid.vbproj.user2Kb
bin/0b
bin/ValidateGrid.pdb74Kb
obj/0b
obj/Debug/0b
obj/Debug/TempPE/0b
obj/Debug/ValidateGrid.Form1.resources5Kb
obj/Debug/ValidateGrid.pdb74Kb
obj/Debug/temp/0b

Similar code
ASP.NET Login Scripts (Popularity: ) : This is a asp.net login with sql script to create a databese named weblogin on your server to store username and password, as well as give the users an optional 7-day cookie to avoid havung to retype their login and ...
Windows Forms Regex Validation Library (Popularity: ) : WinFormsRegexLibrary is a regular expression validation library for Windows Forms. It provides validation methods for a number if different data, such as, phone numbers, zip codes, email addresses, URL's, IP addresses, credit card numbers, date's, times, etc. The library is ...
Filter User Input (Popularity: ) : Filter User Input from the Keyboard. This code demonstrates how to accept certain characters and reject others from the keyboard. This way the programmer can prevent erroneous data entry. For example: A programmer adds a textbox in his program which ...
Advanced TextBox (Popularity: ) : Validating Entry Data (Arabic Letters, Numbers,Email Validation,Null Checking,and Alternative Letters In Arabic That Make Trouble of Searching Data as Alef And Hamzih)
Validation Class (Popularity: ) : A component class to validate a few common inputs, including some UK items such as mobile number, bank sort code etc.. Shows how to use regular expressions.
XML/XSD Schema Validator (Popularity: ) : To teach how to write XML and Schemas (or DTD's). Schemas can be complex to understand some of the more finer details. I needed an easy (and free)way to know if my work was correct, if not then exactly what ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 20
version
size in Kb 33
popularity   740/7913374
user rating 5/10
ad


New Code
Popular Code