Results 1 to 2 of 2

Thread: what does this statement mean?

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2003
    Posts
    40

    what does this statement mean?

    My tutorial talks about restore the dataset on a re-render.
    this statement is used:



    Private Sub DataGrid1_PageIndexChanged(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridPageChangedEventArgs) Handles DataGrid1.PageIndexChanged

    DataSet11 = CType(Session("dsOrders1"), dsOrders).copy
    End Sub


    what does the "dsOrders" do? the book does not explain this statement at all. In the sample code I do not see it defined anywhere

  2. #2

    Thread Starter
    Member
    Join Date
    Feb 2003
    Posts
    40

    Red face Figired it out

    Ok, did a little searching and realized we are instatiating off off Dataset1

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