Click here to Skip to main content
15,908,673 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How I can manupulated grid in vb.net for listed Data entry and validate? I need some easyest sample code.

Manupulated means Entry Data in row by row, save that data in a table, show data from table, Edit any cell value and validate cell value such as proper Date or any currency value between the range. When required Delete or Insert Row in between two rows. Move between any cell. If required Combobox or Checkbox set any column.
Posted
Updated 16-Nov-11 18:39pm
v2
Comments
[no name] 16-Nov-11 4:34am    
Clarify your question. Manipulate how? What data? Validate how?
Pandya Anil 16-Nov-11 4:44am    
you want to do insert opertaion with validations inside a gridview ?

1 solution

follow the link to learn easiest way of inserting record from gridview

ASP.NET GridView - Add a new record[^]

for validations click here...

http://www.asp.net/data-access/tutorials/adding-validation-controls-to-the-editing-and-inserting-interfaces-vb[^]


smile :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900