|
-
Dec 5th, 2003, 01:40 PM
#1
Thread Starter
Member
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
-
Dec 5th, 2003, 01:46 PM
#2
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|