| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 4 months |
| seen | Sep 23 '11 at 15:47 | |
| stats | profile views | 11 |
|
Sep 15 |
awarded | Supporter |
|
Aug 2 |
comment |
Adding custom button/link to AllItems.aspx Instead I have done the following <a href="../notes/NewForm.aspx?ContactID={$ItemID}">Form Action</a> |
|
Aug 2 |
comment |
Adding custom button/link to AllItems.aspx I tried that, but it just shows {ItemID} on the QS. It seems I can't use those variables while I'm already inside a { |
|
Aug 1 |
asked | Adding custom button/link to AllItems.aspx |
|
Jul 28 |
awarded | Scholar |
|
Jul 28 |
accepted | Web Part connection not pre-selecting lookup value |
|
Jul 26 |
answered | Web Part connection not pre-selecting lookup value |
|
Jul 26 |
comment |
Web Part connection not pre-selecting lookup value So I can use jQuery to get the current item's ContactName somehow (not sure yet), append it to the QS of the 'Add new item' link, and then retrieve it on the New Item page, and pre-select the name from the dropdown. I'll see how it goes. Thanks |
|
Jul 25 |
awarded | Editor |
|
Jul 25 |
revised |
Web Part connection not pre-selecting lookup value Added sharepoint version |
|
Jul 25 |
asked | Web Part connection not pre-selecting lookup value |
|
May 27 |
awarded | Student |
|
Mar 18 |
comment |
Sharepoint 2010 Item Opened Event Receiver My plan was to use the user control to detect when a document is opened, then write the code to add the open event to another list. Is this what you mean when you refer to a SP job? msdn.microsoft.com/en-us/library/cc406686(v=office.12).aspx |
|
Mar 17 |
comment |
Sharepoint 2010 Item Opened Event Receiver I guess if it doesn't, one workaround would be to write a user control and add it to the view page. When the view page is hit, I can record the hit... |
|
Mar 17 |
asked | Sharepoint 2010 Item Opened Event Receiver |
|
Jan 21 |
comment |
Debugging SP2007 Event Receiver in Visual Studio 2005 Only one w3wp. Havn't checked the web.config, and the pdb is not in the GAC. Thanks. |
|
Jan 21 |
asked | Debugging SP2007 Event Receiver in Visual Studio 2005 |
|
Jan 19 |
comment |
Using Web Part when adding document to a library Sorry I tagged it wrong, it's for SP2007 and I'm using VS2008. |
|
Jan 19 |
revised |
Using Web Part when adding document to a library edited tags |
|
Jan 19 |
comment |
Using Web Part when adding document to a library Andriy, I've also had the idea of redirecting when ItemAdded is raised using a event receiver. However how do I add a new page to sharepoint? Can that be done? |