Hi there!

(Using asp .net 2.0)

I have an application in which the latest URL needs to be retrieved from an SQL 2005 database.

I have the database set up, i need to assign myItem to be a value(URL) which is in the database.


I would like to know :

- How does the .aspx page retrive the data(url) under one column in a table my sql2005 database
- how can i retrieve the latest entry of a URL.. so that if myColumn starts with http: retrieve and check if its the latest out of all entries..

Any ideas how to tackle this? any info i should read up on?

Thanks in advance