|
-
Dec 9th, 2004, 03:15 PM
#1
Thread Starter
Fanatic Member
data on page
I have careated a search page where the user selects items from several drop down list controls as well as text boxes. When the search button is clicked the result is displayes underneath (in a datagrid).
The datagrid has a few fields that are being displayed.
A user may want to update a record.
I would like to have the update page somewhere else rather than making the grid editable.
So, when the user selects one of the records in the datagrid I want either to go to the edit.aspx to do the editing or to pop up the edit.aspx and the user then updates the data and then on saving the page closes and the user can then look at another record.
My question is basically what is the best way to do this? Having a pop up window to edit the data or be redirected to edit.aspx
My problems with this are as follows:
If popup is the best way for this then I do not know how to do it
I do know how to be redirected to edit.aspx and then save data but I do not know how to keep the data in the search as they were before editing data.
Hope you are following me.
Thanks guys
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|