324 reputation
112
bio website
location Virginia
age 31
visits member for 1 year, 9 months
seen May 20 at 13:36
stats profile views 9

SharePoint / ASP.Net dev


May
18
comment How to filter list in sharepoint by another webpart(dropdown list) in C# code?
You absolutely could do this in Visual Studio, do you have experience developing custom SP solutions in Visual Studio? Based on what you describe, I would implement a client-based solution using jQuery and SPServices. spservices.codeplex.com You can filter multiple columns in a list view simultaneously - if the fields are present in the view. sharepointxperiments.wordpress.com/2009/09/18/…
May
17
answered Restricted search on a list to hide private column
May
17
comment Will search index Ajax content?
I doubt the indexer processes javascript but cannot say definitively. What is the source for the data loaded by jQuery?
May
17
comment How to filter list in sharepoint by another webpart(dropdown list) in C# code?
I know this isn't answering your question, but why do you need to do this in C#/Visual Studio? You know if you click the little black triangle next to "Title" in the view then you can filter the Title that way?
May
17
comment How to filter list in sharepoint by another webpart(dropdown list) in C# code?
Please be more specific about what you are trying to accomplish. For example, what values would be present in the dropdown list? What list field would be filtered? Etc.
May
15
comment One or more field types are not installed properly, how to check in which field is it failing?
There is no .Fields foreach in the posted code. Have you located the error in the ULS logs?
May
14
comment Transferring a site's page is showing a blank page
Googling that error message gives me this page: sharepointsource123.blogspot.com/2012/06/… - I have not tested though!
May
14
comment Transferring a site's page is showing a blank page
I know I've seen that message about not being able to edit a page in SPD before, but I can't seem to replicate it. If you could open it in SPD, I would recommend copying the contents of that page into the contents of a new page on your destination site, and locating and changing list IDs as necessary. What is the exact text of the error?
May
14
comment Transferring a site's page is showing a blank page
please state exactly what you do when you "Download a copy of the .aspx web part page..." in step 2. Can you open the file in a text editor? Does it appear to have web parts defined?
May
14
comment Transferring a site's page is showing a blank page
The "Default Announcements view" is a ListViewWebPart, and references the default Announcements list by id, not name. Not sure about the CEWP. Have you opened the page you copied in SP Designer?
May
14
answered Transferring a site's page is showing a blank page
Apr
22
comment Filter a parent list by a particular child list item's lookup field value
Unfortunately objectives can be referenced by multiple activities.
Apr
22
asked Filter a parent list by a particular child list item's lookup field value
Apr
19
comment Confirmation message as a popup for itemupdating in Event Receivers?
One approach would be to use SharePoint Designer to edit the source of the EditForm.aspx page and attach to the onclick event of the button. You would not need an event receiver at all.
Apr
15
comment Embedding YouTube Video in a SharePoint 2010 List?
Dave, is it at all possible you are referring to the RTE of a publishging page, and not the RTE of a multi-line text field? If not, where would I change the field to having this functionality? It is already set to "Enhanced rich text". Thanks.
Apr
15
comment Embedding YouTube Video in a SharePoint 2010 List?
I am not aware of a way to do this. However, would it be acceptable to use another field? In this field the user would paste the URL of the youtube video, and on the page where you would like to embed it, you could add javascript to create an iframe with the appropriate attributes.
Apr
15
comment Embedding YouTube Video in a SharePoint 2010 List?
How do you insert a web part into a Rich Text field? I do not see an option to do so in the ribbon.
Apr
15
comment Confirmation message as a popup for itemupdating in Event Receivers?
Why not implement the confirmation in javascript? That would be significantly simpler and easier than anything else.
Apr
12
answered Change .aspx on a SPView
Apr
5
comment Accessing sharepoint web part properties from an inherited class
Glad you figured it out! We all get confused sometimes.