ASP.NET code to send values from Arduino to WEB Page in ASP

I want to make a page in ASP.NET using c# which will get temperature values from Arduino( i am using DS18B20) and then I want to save these values to an access database( I will later use google charts to visualize the values. but for now I want to get the values from arduino to the web form application and then to the database. Can someone please help me with this ?

Thanks