by Sandesh | Jun 26, 2010 | .Net, Sharepoint
When we tried to save the custom webpart property it is not retaining the values for feature usages. We explored possibility to find the solution so now I am able to save the property values. Microsoft published good article on this. Normally webpart persists...
by Sandesh | Jun 26, 2010 | Sharepoint
You can use sharepoint object model you can get the email id from login user name. I have created one method to get the email ID after passing the user first and last name. I have used Microsoft Sharepoint SiteUserInfoList library, you can find all the imported user...
by Sandesh | Jun 22, 2010 | Sharepoint
When we started working on sharepoint we faced an issue while installing the package. We have used below command to deploy the solution. %STSADM% -o deploysolution -name testSharepointSolution.wsp -local -force -url http://mywebapplication/ I encountered the following...
by Sandesh | Jun 18, 2010 | Sharepoint
I know converting Infopath form to HTML is pain task. Recently i have worked on one assignment where i need to send infopath form as email. So sending browser based infopath as email content is not possible so i decided to convert Infopath form to HTML and attach to...