Tag: ASP.NET
DropDownList’s OnSelectedIndexChanged not firing in GridView
Passing data from one ASP.NET page to another
Follow the article in the link below:
http://sharepoint.infoyen.com/2012/03/13/pass-page-values-from-one-to-another-page-in-asp-net/
Deploy WSP files to Sharepoint 2013
To replace
Update-SPSolution –Identity YourSolutionName.wsp –LiteralPath “C:YourSolutionName.wsp” –GacDeployment
To add
Add-SPSolution “c:DeployWSP{file name}.wsp”
Then go to Central admin to deploy
Generate connection string
Backup and restore data from production in sql server
Best is to use Excel as the export, import format.
Sometimes you need to change the design of the table(remove primary key, disable read-only, etc), to make it work.
select db, choose Tasks->export data, choose excel.
to restore, choose Tasks -> import data,
select the file and make sure the mappings are correct.