416 reputation
38
bio website
location San Jose, CA
age
visits member for 2 years, 1 month
seen Mar 25 at 22:39
stats profile views 52

SharePoint Solutions Architect


Apr
22
awarded  Yearling
Dec
24
comment What is the My Site search experience in geographically distributed model?
Is there a strong reason why you want local farms for each location. Unless you are targeting a large user base this can be an overkill.
Dec
15
awarded  Popular Question
Nov
11
comment Is there any way to have a reoccurring appointment with a duration that lasts a week? (On Call Calendar)
Very interesting question. So you want to create a recurring event that starts from Sunday morning and ends Saturday evening, and reoccurs every week?
Apr
22
awarded  Yearling
Jun
11
comment How to calculate the potential number of crawled items for SharePoint 2010 FAST Search?
SharePoint sites only. Yup, I have complete access to the farm.
Jun
10
asked How to calculate the potential number of crawled items for SharePoint 2010 FAST Search?
May
29
awarded  Enthusiast
May
18
comment error on browsing to homepage of public sharepoint 2010 site
Are you set up with Server Roles for the Administrator with options like dbcreator, public, securityadmin or sysadmin?
May
18
comment SharePoint Document upload validation approach
Thanks for the clarification. I was just confused because you mentioned if the custom code is going take more time to execute then use workflow, as in the workflow is not custom? Kindly go ahead and edit your answer to that effect if you see fit, I'll remove the down vote.
May
18
comment SharePoint Document upload validation approach
There is no way OOB SharePoint workflow will provide the solution for this use case. It has to be a custom workflow which will definitely make it more complex than the other 2 approaches. You can also provide users the ability to modify the Web Part properties to point it to any document library, if it is a requirement which clearly is not.
May
17
comment What are the new datasheet features in SharePoint 2010?
We did some test around using DevExpress ASPXGridView that comes with SharePoint webpart that renders any list in a grid that supports the ability to control column width, Show/Hide, freeze header row.
May
17
comment How can i edit master page in visual studio?
What version of SharePoint?
May
17
answered How to add a “signature” field to a list?
May
17
answered View callstack of unknown error
May
17
comment How do I display the results of a CAML query on a data grid in sharepoint 2007?
It really depends. Not sure if your question is if GetDataTable(); adds more processing time when compared to just executing the query and returning a SPListItemCollection. If so yes, but then you still have to manipulate the returned SPListItemCollection to present the content (render time). So I don't think it's really worse than any other method.
May
16
revised How do I display the results of a CAML query on a data grid in sharepoint 2007?
added 33 characters in body
May
16
answered How do I display the results of a CAML query on a data grid in sharepoint 2007?
May
16
answered List item returning weird title
May
16
comment hide site action
Viewers don't see the Site Actions link by default. Is there any specific reason why you want to hide from users with Contribute access?