I want your help in the followings.
I want to open a form using menuStrip with full data I saved in the form.
lets see the MDI Parent Form:-
See in the Menu School. there is four items; one to create school and the edit(Update) and delete.
I did the Create school function.
I want your help in the Edit School Item
when I click in the edit school , I want to open the form frmSchool with data in it
lets see the frmSchool
see when click in the edit school , I want full data in the each control of this form.
My task is update function on this form.
please give me a solution.

Bineesh ViswanathPosted Jul 17, 2013, 6:21 AM
take look at the form from where we do this operation.
This is the form. My tasks are;-
1) A new school to be created when i click menu item Create School.
2)The school saved to be retrieved and bind with the concerned controls when i click in the menu item Edit School.
Let me know how this possible?
Iftikar HussainPosted Jul 17, 2013, 5:56 AM
On loading edit school form,retrieve the saved data from your database and bind it to all controls.
Regards,
Iftikar
Ravi ShekharPosted Jul 17, 2013, 5:51 AM
and on the page load get all the data of this schhol and bind every textbox one by one Now on the click of update run a update query with atleast single where clause .
Kunal VaishyaPosted Jul 17, 2013, 5:51 AM
Bineesh ViswanathPosted Jul 17, 2013, 5:00 AM
I want to do is the updation.
So when I click on the edit school in menustrip, I want to load full data to corresponding fields
of the form.
Naveed ZamanPosted Jul 15, 2013, 3:50 PM