by Sandesh | Jun 24, 2010 | Javascript
In programming trim is a string manipulation function. It will remove the leading and trailing spaces. JavaScript does not provide the trim functionality by default. Best 3 sample i have provided below, same you can use for trimming the string using javascript. Sample...
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...