Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Custom aspx (with DataView) checked in, DataView is no longer visibl

  Asked By: Jakob Rasmussen         Date: Jan 23, 2009      Category: Sharepoint      Views: 276
 

Has anyone encountered this before? Another dev checked in a custom page
that several people have worked on in the past... after she checked it in,
the DataView portion became invisible. However, the DV is still there in
design view.

I checked the page out, made a small text change, saved/checked in as a
Major Version, and I was able to see the page again... but the other dev
still gets no data.

As far as I can tell we have the same permissions (Owners group, full
control on the page library in question) and this data is pulled in other
places and she has no trouble seeing those pages.

Anyone have a clue to offer about this? Google seems to be flummoxed as
well.

Tagged:                    

 

2 Answers Found

 
Answer #1       Answered By: Cristopher Gould          Answered On: Jan 23, 2009       

I had a similiar issue. I had a dataview  part which used filters and
parameters, which I had originally setup within Sharepoint designer.

At a later date, I made  changes to the parameters within the WebPart config
area directly on the MOSS page.

Once I did that and saved, I encountered  a similar problem. I was unable to
get around the issue, and had to rebuild the webpart.

Overall I suspect that I messed up the filter somehow, causing the dataview
part to disappear.

Not sure if you're using a filter, but it might be worth looking into if you
are.

 
Answer #2       Answered By: Selena Glenn          Answered On: Jan 23, 2009       

There is filtering going on, but it seems like this would affect everyone
equally. The filters aren't related to identity in any way.

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].