Hello Sin, Let me give alternative method to do without writing Submit Button code in the ASPX page : Step1:Create a SharePoint List with columns(if Required) to Save data whenever user clicks the Submit Button in the ASPX form Step2: Open the List in the SharePoint Designer and Check Out the List and Navigate to navigate it to NewForm.aspx(default APSX pages for a list) Step3: Right Click on NewForm.aspx and Select New from Existing Aspx page named it as NewForm1.aspx Step4: Open the NewForm1.aspx in the SharePoint Designer and Hoovers it as Default to Master Content Step5: Select Insert Menu in the top of the options and Navigate to SharePoint Controls Step6: Navigate the SharePoint Controls you will get the option Custom List Form Step7: Click it you will see all the columns created in the List with Button OK and Cancel Step8: Customize the Button Text and Value Step9: Customize the ASPX page Example: creating the Custom Master Page and CSS and Apply for the NewForm1.aspx Step10: Fill all details for the Columns in the Textbox’s and Click the Button Ok Step11: It will Automatically Save the data in the SharePoint List and Refresh it Done!!!! Regards, Siva
modified on Saturday, August 14, 2010 2:58 AM