| Author: sandeep kumar 23 Jan 2008 | Member Level: Silver | Rating: Points: 2 |
just get the valuses form the datebase and catch them in the dataset and check for the condition like if( textbox1.text == ds.tables[0].rows[0].itemarray[particular colomn id])
if this condition executes then the value in the textbox and the value in the database are same.
there mite be some other simpler ways but this wat i use regulerly.
|