Hello all,
I am sort of a newbi with C# and asp.net, in my code I am deleting a record from the database just by calling a stored procedure that just deletes the record based in id.
I am not using any grids or controls. I am needing to add a message box asking "Are you sure?". From what I have found there is a system.windows.forms.messagebox, but this is not avaliable in asp.net with C# the framework is 1.1.
Thanks.
I am sort of a newbi with C# and asp.net, in my code I am deleting a record from the database just by calling a stored procedure that just deletes the record based in id.
I am not using any grids or controls. I am needing to add a message box asking "Are you sure?". From what I have found there is a system.windows.forms.messagebox, but this is not avaliable in asp.net with C# the framework is 1.1.
Thanks.