|
Hi, am totally new to developing,i am having a go with vs2008...how can i search for a specific record in a database and reflect the returnd values on textboxes?
Say i have customer table, with columns fname,lname,age. How can i query the data base to reflect into textbox1-fname,textbox2-lname afta entering 21 in a search textbox for the age? Using c# |