HI ,
The above code is working properly but now i want empid text box should display only if that id is in database ie employee table.
how to do this?
if user enter id in inputbox,it should check in employee table whethere that id is there in employee table.
if it is there then it should display the id else should display messagebox saying there is no such id present so that user can't enter other fields........
please tell me
thank u.....
