DataView with special info on the first page

2008-03-25 Thread Dan Kaplan
I'd like to put some special info on the first page of my data view: Some
info that explains what the site is about.  I don't want this info to take
up real estate on all the other pages because once you've read it once,
it'll be annoying to have to scroll past each time.  So how do I put
something on the first page of a dataview and make it not visible on the
other pages?

 

Thanks



Re: DataView with special info on the first page

2008-03-25 Thread Igor Vaynberg
put it outside the dataview and link its visiblity to the
currentpage() of the dataview?

-igor


On Tue, Mar 25, 2008 at 12:30 PM, Dan Kaplan [EMAIL PROTECTED] wrote:
 I'd like to put some special info on the first page of my data view: Some
  info that explains what the site is about.  I don't want this info to take
  up real estate on all the other pages because once you've read it once,
  it'll be annoying to have to scroll past each time.  So how do I put
  something on the first page of a dataview and make it not visible on the
  other pages?



  Thanks



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: DataView with special info on the first page

2008-03-25 Thread Maurice Marrink
What about using a feedbackpanel that gets filled in the constructor like:
info(this site is about.);

It also gets cleared on page refreshes but that might be what you want.

Maurice
On Tue, Mar 25, 2008 at 9:25 PM, Igor Vaynberg [EMAIL PROTECTED] wrote:
 put it outside the dataview and link its visiblity to the
  currentpage() of the dataview?

  -igor




  On Tue, Mar 25, 2008 at 12:30 PM, Dan Kaplan [EMAIL PROTECTED] wrote:
   I'd like to put some special info on the first page of my data view: Some
info that explains what the site is about.  I don't want this info to take
up real estate on all the other pages because once you've read it once,
it'll be annoying to have to scroll past each time.  So how do I put
something on the first page of a dataview and make it not visible on the
other pages?
  
  
  
Thanks
  
  

  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]