Pulling current value from SQL Server

rickkcir

New Member
I am positive that this has been asked and answered before, but for the life of me I can't find it. I am not sure of the keywords I need to search for. I have an ASP.NET website which is pulling info from a SQL Server database into a table and some charts. I also want it to display the current value just below each chart (Step line from a DB updated with new a new value every minute). I have a SQL query that pulls all values for a specific ID for the previous hour, can I use that one or would I need a new query to just pull the last value? And how do I then display it? My question: How do I display a value from a SQL Server DB in an ASP.NET web page?
 
Back
Top