Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Actually i am facing a problem in checking the inserting value with existing value
i will show u an example for this

//below i am showing a data gridview with data

VB
stating_price | ending_price
a1            |   a2
a3            |   a4
a5            |   a6



actually i am having the logic but how to do i am not getting
the logic was while entering the data into data gridview a1,a2,a3,a4,a5,a6.i want to check the condition like this a1 < a2 < a3 < a4 < a5 < a6

VB
stating_price | ending_price
a1            |   a2
a3            |   a3 ---at this point i want the message by checking the before value



if a1 < a2 < a3 = a3 - at this point it should show the message enter proper data
Posted
Updated 14-Feb-13 0:54am
v2

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