If I understand you correctly, some of the fields in your registration form are optional and can be edited later.
In that case, it would make sense to insert nulls into those columns in the database and run updates when the profile is edited at a later stage. On Mar 2, 6:07 pm, aditya chavan <[email protected]> wrote: > hello > > i am creating a registration form in ASP.net. > In that there is edit button in which i can complete the pending forms > afterwards. > so here the problem is how can i insert the data in the remaining field of > database. and there are about more then 50 fields in that form. > > when i click edit button i get the pending data in that form and now i enter > the remaining data in remaining field and click on submit button > here it will update the form. > > so here i am able to get the proper logic for edit button in asp.net page. > can anyone help me in this, if anyone want i can show my code to you what > logic i have put but before if you have any code/logic can guide me with > this. > > regards > > Aditya Chavan
