coding of deleting user(s)
-
Hi..i'm doing a web design using C# web application.. Actually, there's two part which i not too sure about the coding.. 1) Is that when i add the data, press save then it will link to a confirm page.. And from there, i can choose to continue to add the data or delete the data and exit to the menu. This is the part i not too sure how can i delete the data.. 2) The user add his data, press save, everything is stored in the database and then he can delete this from the datagrid table.. From the datagrid table, i have goes to the property bulider --> columns --> button column --> select, edit, update, delete and all my datafields.. But now how can i delete or edit the user(s) Thanks for the help.. =) Can anyhow help me how to code it or who has done it give me example of it ?? Thanks!! ;) Cheers!!
-
Hi..i'm doing a web design using C# web application.. Actually, there's two part which i not too sure about the coding.. 1) Is that when i add the data, press save then it will link to a confirm page.. And from there, i can choose to continue to add the data or delete the data and exit to the menu. This is the part i not too sure how can i delete the data.. 2) The user add his data, press save, everything is stored in the database and then he can delete this from the datagrid table.. From the datagrid table, i have goes to the property bulider --> columns --> button column --> select, edit, update, delete and all my datafields.. But now how can i delete or edit the user(s) Thanks for the help.. =) Can anyhow help me how to code it or who has done it give me example of it ?? Thanks!! ;) Cheers!!
-
1. As the data is not saved, you don't have to delete it. Just go to the meny and the data is gone. 2. The same way, but with the user table. --- b { font-weight: normal; }
-
Hi..If i save the data, how am i going to delete it?? I mean how to delete from the datagrid table?? Thanks
momoo wrote:
I mean how to delete from the datagrid table??
The easy way, IMO, after deleted the entry, just re-bind the data to the grid... << >>
-
Hi..i'm doing a web design using C# web application.. Actually, there's two part which i not too sure about the coding.. 1) Is that when i add the data, press save then it will link to a confirm page.. And from there, i can choose to continue to add the data or delete the data and exit to the menu. This is the part i not too sure how can i delete the data.. 2) The user add his data, press save, everything is stored in the database and then he can delete this from the datagrid table.. From the datagrid table, i have goes to the property bulider --> columns --> button column --> select, edit, update, delete and all my datafields.. But now how can i delete or edit the user(s) Thanks for the help.. =) Can anyhow help me how to code it or who has done it give me example of it ?? Thanks!! ;) Cheers!!