Datahighway Posted August 14, 2003 Posted August 14, 2003 HI ALL, In ASP i can use the function Move.Last to naviagte in a Database and in ASP. NET ? Thanks Quote
Moderators Robby Posted August 14, 2003 Moderators Posted August 14, 2003 What object/method are you using? Quote Visit...Bassic Software
Datahighway Posted August 15, 2003 Author Posted August 15, 2003 I have found a Solution. integer = DataSet.Tablename.Count -1 ' Number of database rows DataRow = DataTable.Rows.Item(integer) ' I am now at the last line of my Database (DataSet) best regards Datahighway Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.