we are an insurance company and we're keeping track of our claims & claimants using asp.net. We want to be able to display our records on a web form, as well as make them easy to update and insert new records to the database. For a search, we want to be able to search for a claim number in the database, and then let the search results fill the textboxes with the data relating to that particular claim number (name, address, etc...). Instead of a pop-up box, i was reading some other threads and got the idea to put a "Search" command button next to the claim number textbox on the top of the page. A user can type in a claim number, and click "Search". Then when the claim number is found, it will fill the textboxes. Can this be done??? and if so, how?
thanks alot...
thanks alot...