Results 1 to 3 of 3

Thread: global dataset?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Reading, UK
    Posts
    870

    global dataset?

    alright,

    I've rewritten this question as the problem has now kinda changed.

    I've got a dataset that got my data in (obviously), and my ASP.NET page displays one record at a time. I have buttons saying next and previous to move through the dataset and display the other records. The problem I have is when i click on a prev/next button the dataset get's re-dimed and so doesn't have any of the records in.

    How do i define it globally so it doesn't get re-dimmed?

    Cheers
    Nick
    Last edited by nswan; Jan 19th, 2004 at 09:48 AM.
    www.vb-tech.com
    .Net Freelance Development
    http://weblog.vb-tech.com/nick
    My blog

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Either store it in the Cache, Application object, or the Session object.

    Look them up on the www.msdn.microsoft.com/library site.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Reading, UK
    Posts
    870
    cheers,

    i didn't realise you could store complex things like datasets in session objects.

    Nick
    www.vb-tech.com
    .Net Freelance Development
    http://weblog.vb-tech.com/nick
    My blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width