How to use MDI form in C# to added, modify and delete
i have made a MDI form. which has file,windows,search,reports and user as menustrip. but at user i have added add, modify, delete as the sub menus. that means it will give me access to add a user directly from the submenu. how to do it.
Kirtan PatelPosted Aug 20, 2009, 7:45 AM
If you want to collect information by that Menu Click "Add user" then
Show one Form that has Fields That User can fill and Click Ok
When user Click ok In that Form Data Will Be Stored in Database and Form Will be Close .
Now when Use Open the User Detail Form that Form Will Connect to Database and Show Information About User in Its Fields
Now Ehen you Press Delete/Update One Form that has all details about USers in DatagridView Will open that has Two Buttons Update and Delete and also Serach Box to Search Records.
From Which user can Search a Record that he wants to delete/Update and Press delete /Update
dont forget to mark "Do you like answer" it will give me some credits :)
Vandana SardanaPosted Aug 20, 2009, 2:11 AM
Kirtan PatelPosted Aug 19, 2009, 6:43 AM
Can you Explain Me a lil bit more i could not understood what you exactly want to do ? it will help me to Quickly resolve
your problem :)