284 reputation
18
bio website
location Latvia
age 25
visits member for 3 years, 7 months
seen Apr 24 at 10:17
stats profile views 21

Oct
31
awarded  Commentator
Oct
31
comment Branding for SharePoint on Mobile
What if you try /Style%20Library/Images/dummy.png ? Does that url actually point to somwhere?
Oct
11
answered More than 1 Dispform for List
Oct
10
comment Inherit field editor control from SPUserField
@Bassist But UserFieldEditor is also inheritable (it's public) so why not? And note that you are talking about SPFieldUser no SPUserField :)
Oct
10
answered Inherit field editor control from SPUserField
Oct
7
comment If my workflow errors out, can I roll it back to before the latest event activity?
Just an idea: In a fault handler for each activity (or group of activities) have a onWorkflowModified event and have a workflow modification form at hand - so when error occurs, the workflow waits when you initiate "continue" at your workflow modification. Its just an idea and not sure if that would work.
Oct
3
comment Is it possible to delete My site of a particular user automatically in moss 2007 when this user is deleted from AD( Active Directory)?
Is programming an option for you?
Oct
3
awarded  Promoter
Sep
30
awarded  Student
Sep
30
asked Placing CompositeFields for multiple list items on one form doesn't work as expected
Sep
30
answered Any good books on SharePoint interact with JQuery?
Sep
22
comment How do I get the username from a PeoplePicker control using jQuery?
Would you consider accepting an answer? It's important for community so when an answer is searched, one knows that it has an useful answer.
Sep
12
awarded  Supporter
Sep
12
comment How to enable versioning of PDF files in SharePoint 2010
Yes, because SharePoint doesn't store file difference but the entire file as a version.
Sep
12
comment What happen to Checkout document during a PC crash?
Also elevated users have the ability to discard checked-out document and unlock document for editing to other users. In this case changes that were done by the user whose pc has crashed now are lost, but not because of crash.
Sep
7
awarded  Teacher
Sep
7
answered How do I get the username from a PeoplePicker control using jQuery?
Aug
8
comment SPSite.allwebs returns error
@nldev what if you do $spsite.allwebs.count ? Maybe some web is broken somwhere and when enumerating, throwing an exception?
Aug
5
comment SPSite.allwebs returns error
What does $spsite.gettype() outputs?
Aug
2
answered Why has sending emails from workflows stopped?