J
Jonathan Wood
Greetings,
I have a site where the users manages a number of items. I've added commands
to create a new item, rename an existing item, copy an existing item, and
delete an existing item.
For each command, I need the user to either enter an item name or confirm
deletion. I'm looking at creating four additional pages that simply have a
prompt and an edit control (or a confirmation button).
Isn't there an easier way? I know that ASP.NET allows in-place editing of
GridView items. Is there a simple way to take that approach rather than
creating four additional pages?
Thanks for any tips!
I have a site where the users manages a number of items. I've added commands
to create a new item, rename an existing item, copy an existing item, and
delete an existing item.
For each command, I need the user to either enter an item name or confirm
deletion. I'm looking at creating four additional pages that simply have a
prompt and an edit control (or a confirmation button).
Isn't there an easier way? I know that ASP.NET allows in-place editing of
GridView items. Is there a simple way to take that approach rather than
creating four additional pages?
Thanks for any tips!