| bio | website | gabrielmongeon.com |
|---|---|---|
| location | Mirabel, Canada | |
| age | 30 | |
| visits | member for | 2 years, 8 months |
| seen | Apr 15 at 19:13 | |
| stats | profile views | 19 |
- I'm a senior SharePoint developer at
Alcero
- I'm a proud owner of a 1987 Toyota Land Cruiser HJ60, and yes it's diesel!
Follow me on Twitter @gmongeon
|
Jan 12 |
comment |
Get sub site path with Client object model (Silverlight) I've tried that, but always return the root "/" as ServerRelativeUrl. I think my issue is that the XAP file is hosted in the mysite.com/SomeFolder/MyApp.xap and return always the root based on this address, not from where the webpart is. |
|
Nov 21 |
comment |
Use a supplemental .config file just for a web application @moontear, in our scenario it apply to all web.config. Microsoft Support have acknowledge this situation, but I assume we are doing something different fron typical scenario. Hope it will work for JohnDoDo |
|
Nov 21 |
comment |
Use a supplemental .config file just for a web application @moontear , sorry, yes you can apply directly to the WebApplication, but it will be applied to all Web Application config files. I've updated my answer. |
|
Nov 2 |
comment |
Custom Dialog Return Value it's the other way around: when I close my dialog, I want to sent back a value to the javascript caller(Dialog->callback->aspx) who call the showModalDialog. |
|
Nov 1 |
comment |
Force a value into NewForm.aspx thanks for the update, but it have no effect on my MultipleLookupField, and the parent of the MultipleLookupField does not have the CssClass property. |
|
Nov 1 |
comment |
Force a value into NewForm.aspx I'm using SPContext.Current.FormContext.FieldControlCollection |
|
Nov 1 |
comment |
Force a value into NewForm.aspx I've tried this in the CreateChildControls() but without success, the controls for this field is still showing up. The parent do not have the CssClass property, I also try to get an hand on the parent table row to hide them, without success. |
|
Oct 31 |
comment |
Force a value into NewForm.aspx Since it's a MultipleLookupField, it's not using input control for data entry, so the the title is not set for these controls. I need a way to identify the right control. The MultipleLookupField use 3 hidden inputs and 2 select control. The select control's title are changing depending of the current language, so I cannot based my code on them. |
|
Oct 26 |
comment |
Things to “get right” to succesfully develop Sharepoint solutions Look also at this post: sharepoint.stackexchange.com/questions/5544/… .Same question, different answers ;) |
|
Oct 26 |
comment |
Sharepoint Workflows in VS 2010 You can also look at Datapolis or ..humm.. Alcero ..humm.. . But keep in mind that theses company had put a lot of money and effort on creating theses tools. You can check the Nintex, K2 and Datapolis Workflow shoutout at Europeen SharePoint Conference here: vimeo.com/30930951 |
|
Oct 26 |
comment |
Sharepoint Workflows in VS 2010 +1 on looking for an external tool that have a state machine included. It's way cheaper! |
|
Jul 14 |
comment |
What are the pros and cons of SharePoint Composite Applications? Less custom code == Less maintenance! It will also be easier to migrate any current BCS application to any future version of SharePoint then it might be with custom code. |
|
Jul 12 |
comment |
Publish feature in PDF like in office 2010 (wishful thinking) Are you looking to have a "Publish to SharePoint..." menu/button in Adobe Acrobat? |
|
Jul 7 |
comment |
How do you do version/source control in SharePoint? We are also using TFS, it's doesn't what type of project you are working on! And I also like how it integrate with our Microsoft oriented ecosystem. |
|
Jun 8 |
comment |
Where to find PublicKeyToken? The $SharePoint.Project.AssemblyFullName$ answer from Tim is working very well too! No need to search for PuplicKeyToken |
|
Jun 8 |
comment |
Powershell: cannot access the local farm You should mark your own answer (with the check mark) |
|
May 18 |
comment |
What's the Official Guidance on Installing SharePoint 2010 on Windows 7? Create a virtual machine, even if you use Windows 7. Unless the machine is used only for SP development. I found out that it could become a real mess, so I have a VM that I backup often to be able to rollback as needed. |
|
May 5 |
comment |
Updating a List Instance That may be a little bit frustrating to change the version everytime you deploy from VS2010. On my side, everytime I deploy, the previous version is been retracted and re-deploy without changing the version and it kept the configuration that were previously set |