microsofttechnologies.blogspot.com
Microsoft Technologies: Create a content type with out Title Field
http://microsofttechnologies.blogspot.com/2012/11/create-content-type-with-out-title-field.html
Tuesday, November 20, 2012. Create a content type with out Title Field. Create a content type in SharePoint 2010 based on item content type but it should not have a title field. 1) Create an empty solution in visual studio 2010. 2) Add new item- Content Type. 3) Extend your content type from item. 4) now open the file and change inherits to False. Subscribe to: Post Comments (Atom). Subscribe to this BLOG. Loading form Library(created programmatically) in . Create a content type with out Title Field.
microsofttechnologies.blogspot.com
Microsoft Technologies: October 2012
http://microsofttechnologies.blogspot.com/2012_10_01_archive.html
Sunday, October 07, 2012. SharePoint 2010 - Programmatically Copy Picture to Image Library on Item Added. SharePoint 2010 - Pro grammatically Copy Picture to Image Library on Item Added. When an image is uploaded by user in First Picture Library upload the same image in PicLib2. Create a new Project in VS 2010 (Event Receiver Project). Select the site where you want to deploy this. Select the source List (PicLib in our scenario) and ItemAdded event. Write Code below in ItemAdded. Subscribe to this BLOG.
microsofttechnologies.blogspot.com
Microsoft Technologies: SharePoint 2010 - Programmatically Copy Picture to Image Library on Item Added
http://microsofttechnologies.blogspot.com/2012/10/apps-for-sharepoint-2013-online-event.html
Sunday, October 07, 2012. SharePoint 2010 - Programmatically Copy Picture to Image Library on Item Added. SharePoint 2010 - Pro grammatically Copy Picture to Image Library on Item Added. When an image is uploaded by user in First Picture Library upload the same image in PicLib2. Create a new Project in VS 2010 (Event Receiver Project). Select the site where you want to deploy this. Select the source List (PicLib in our scenario) and ItemAdded event. Write Code below in ItemAdded. Subscribe to this BLOG.
microsofttechnologies.blogspot.com
Microsoft Technologies: August 2012
http://microsofttechnologies.blogspot.com/2012_08_01_archive.html
Wednesday, August 29, 2012. SharePoint Content Database in Suspect Mode. If you are getting this error message while accessing SharePoint. Cannot connect to the configuration database". There can be several reasons for this and some of them are described here with possible solutions. Http:/ support.microsoft.com/kb/823287. But another reason is that when your database goes to suspect mode you will get the same error. What Does Suspect Mode Means? I used the following commands to bring my database online.
microsofttechnologies.blogspot.com
Microsoft Technologies: April 2013
http://microsofttechnologies.blogspot.com/2013_04_01_archive.html
Wednesday, April 24, 2013. Sharding, Scale-out with Windows Azure SQL Database (Step by Step). Database sharding is a technique of horizontal partitioning data across multiple physical servers to provide application scale-out. SQL Database combined with database sharding techniques provides for virtually unlimited scalability of data for an application. The benefits of sharding or Federation with SQL Database. To achieve scalable performance as the number of nodes increases,. How to Shard your database.
microsofttechnologies.blogspot.com
Microsoft Technologies: Set Default Value in People Picker Field
http://microsofttechnologies.blogspot.com/2012/11/set-default-value-in-people-picker-field.html
Sunday, November 18, 2012. Set Default Value in People Picker Field. This post explains that how to set default value in people picker field in infopath 2010, i have picked current user in my example but it can be another field value on form, any function etc. People picker field has. You can set default values for each of these fields. 1) Add a people picker on infopath form. 2) Take properties of any of above (sub fields) [I have picked Account ID in my example]. Subscribe to: Post Comments (Atom).
microsofttechnologies.blogspot.com
Microsoft Technologies: Loading form Library(created programmatically) in InfoPath form
http://microsofttechnologies.blogspot.com/2012/11/loading-form-librarycreated.html
Wednesday, November 28, 2012. Loading form Library(created programmatically) in InfoPath form. 1) Form Library is created using Visual Studio 2010 .follow the link below for steps of creating form library using visual studio. Http:/ microsofttechnologies.blogspot.com.au/2012/11/creating-sp-2010-form-library-using.html. Open List Definition in Visual Studio and change URL by removing List before slash. Labels: InfoPath 2010 form library. Subscribe to: Post Comments (Atom). Subscribe to this BLOG.
microsofttechnologies.blogspot.com
Microsoft Technologies: November 2012
http://microsofttechnologies.blogspot.com/2012_11_01_archive.html
Wednesday, November 28, 2012. Loading form Library(created programmatically) in InfoPath form. 1) Form Library is created using Visual Studio 2010 .follow the link below for steps of creating form library using visual studio. Http:/ microsofttechnologies.blogspot.com.au/2012/11/creating-sp-2010-form-library-using.html. Open List Definition in Visual Studio and change URL by removing List before slash. Labels: InfoPath 2010 form library. Creating SP 2010 Form Library using Visual Studio 2010. SharePoint 2...
microsofttechnologies.blogspot.com
Microsoft Technologies: December 2012
http://microsofttechnologies.blogspot.com/2012_12_01_archive.html
Monday, December 03, 2012. SharePoint Field set to Required but still doesn't require Input. One of common mistake when making content type/list using sharepoint schema is to make the required field field as. Required="True" or Required ="ture". If you pick the value true for the the field as specified above, Visual Studio doesn't give you any error and you can deploy your content type and list with out any errors. This will not make this field required. Test Content Type Description".