Hi folks,
Here is what I am wanting to do:
I have a datagrid displayed on a page, and when a user clicks on the edit button within the datagrid I want a little pop up window to appear (not closing the previous page) so they can edit the details for the record, then click save(submit), it saves the changes to the database, and refreshes the datagrid with the updated information. Now all the technical I have sorted out, but how the heck do you get the pop up window to appear....
I am coding in
VB with Visual Studio 2003.
Thanks