I would like to add a functionality only on insert/ Add new record
The functionality is to search by the active directory ID and prepopulate the first and last names-
I have three textboxes 1) ID 2) first name 3) last name, I am planning on putting a link button adjacent to ID textbox and once the textbox is filled, show the link button and clicking on it will prepopulate the first and last names by querying the AD and getting those values and assigning them to first/last name textboxes respectively and also show an error when ID entered is wrong
I tried this outside of a grid and its working fine and I even tried this with autocomplete box but not able to get this working when it is within the radgrid
Please help
I would like to add a linkbutton next to the textbox which after putting the Active directory ID