datagrid and query in validation

zarina

Member
Joined
Nov 30, 2005
Messages
8
Programming Experience
Beginner
hi,
regarding datagrid i have already implemented colouring of particular cell depending on a condition but i need colouring of entire row depending on a column value. i need the code snippet in "VB.NET".

AND code snippet for textbox validation to make textbox entry valid for numbers and alphabets and even blank space and dot.

plz help me out

with regards,
zarina
 
re:

i tried that even it worked out using a "do while" loop but it dosen't work for large no of datas.The form gets strucked up and i cudnt scroll my datas in the datagrid.For a limited datas it works fine where the scroll bar is not in need .I HAV used a inherited class DataGridTextBoxColumn and overrided the paint method.plz help me out
 
Datagrid

I tried that, even it worked out using THE SQL QUERY IN THE INHERITED CLASS DataGridTextBoxColumn but it dosen't work for large no of datas.The form gets strucked up and i cudnt scroll my datas in the datagrid.For a limited datas it works fine where the scroll bar is not in need .plz help me out
 
Back
Top