| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 10 months |
| seen | May 13 at 20:47 | |
| stats | profile views | 4 |
|
May 4 |
awarded | Popular Question |
|
Jan 3 |
accepted | Custom Field XSL — Name vs FieldType |
|
Dec 7 |
comment |
How do I Filter a Lookup field based on a 2nd columns value Good work my friend. It appears that you have found there are often 10 ways to skin a cat when it comes to SharePoint custom development ;) |
|
Dec 5 |
comment |
Access Denied error during crawl of external website You can perhaps use fiddler to capture the crawl attempt and get a better look at what the server response is for that site and how it differs from the others. |
|
Dec 5 |
answered | Access Denied error during crawl of external website |
|
Dec 5 |
answered | How do I Filter a Lookup field based on a 2nd columns value |
|
Nov 29 |
answered | Does Sharepoint 2013 Support SAML 2.0? |
|
Nov 28 |
comment |
SPLongOperation — How does it work? I have a visual web part with a button, which when clicked can take upwards of 30 seconds to give a response. I believe I've optimized the code that gets fired on button click to the extent that I can (using batch updates, disabling event receivers, etc). I managed to speed it up quite a bit but certain clients (ahem IE7) are timing out waiting for the response. |
|
Nov 28 |
awarded | Commentator |
|
Nov 28 |
comment |
SPLongOperation — How does it work? It appears it doesn't work for me because it keeps the response stream open. My issue is my process is long enough that there are proxy servers between the server and the client whose timeouts are getting triggered, severing the response stream. The result is that the "end" redirect never happens. Do you know of a clean alternative? I am looking at an updatepanel / backgroundworker combo right now.. I'm not sure how my SPContext.Current will work in a backgroundworker though. |
|
Nov 28 |
revised |
SPLongOperation — How does it work? added 400 characters in body |
|
Nov 28 |
revised |
SPLongOperation — How does it work? deleted 60 characters in body |
|
Nov 28 |
comment |
SPLongOperation — How does it work? Will do, I'm also interested in the mechanics of how it works though, I'll update the question. |
|
Nov 28 |
asked | SPLongOperation — How does it work? |
|
Nov 8 |
comment |
Event Receiver CancelWithRedirectUrl issue with multiple selected list items Thanks Robert, I am using a similar approach to your recommendation in other areas of the application and it works great. I don't think it would be helpful in this case because the events are being fired due to user action and not being fired by a server-side call to item.Update(). If I can't come up with a clean way to handle multiple items, I am considering client side preventative measures like: a) Preventing users from being able to check more than 1 list item checkbox at a time. b) Disabling the "Delete Item" action if more than 1 list item is checked. |
|
Nov 7 |
asked | Event Receiver CancelWithRedirectUrl issue with multiple selected list items |
|
Oct 15 |
asked | Security Updates via Windows Update? |
|
Oct 10 |
comment |
Edit multiple list items in one shot? Thank you Arsalan, I'm comfortable with the custom coding. I've done each component of this for other things so I will put them together as you've described. Thanks again ;) |
|
Oct 10 |
accepted | Edit multiple list items in one shot? |
|
Oct 6 |
accepted | fldtypes XSL reference of available variables? |