Aug 14, 2003 #1 D Datahighway Active member Joined Jul 26, 2002 Messages 44 Location Germany HI ALL, In ASP i can use the function Move.Last to naviagte in a Database and in ASP. NET ? Thanks
Aug 14, 2003 #2 Robby Moderator Joined Nov 17, 2002 Messages 3,461 Location Montreal, Ca. User Rank *Expert* What object/method are you using?
Aug 15, 2003 #3 D Datahighway Active member Joined Jul 26, 2002 Messages 44 Location Germany 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
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