How to create .aspx page in a site using sharepoint designer and store form data into SQL server database
-
I need an .aspx page with 3 text boxes and submit button. on click the data must be stored into database. I have to do this under a site using sharepoint designer...Can anyone help me?
-
I need an .aspx page with 3 text boxes and submit button. on click the data must be stored into database. I have to do this under a site using sharepoint designer...Can anyone help me?
Open SharePoint Designer window and follow below steps. 1.File->Opensite->Give your targetedsite like[http://server:2020 or localhost:6060(portno)] ,then site will be opened. 2.Next, In FolderList you will find one default.aspx page. 3.Double click on default.aspx page it will opened in content area. 4.From the TaskPane select Your controls and drag &drop on to your page. 5.from taskpane->click on ->databaselibrary->click on->dataconnection expand it.... 6.then right click on your controls choose particular database and run. Bye Friend..............