Hello, Is anyone familiar with BOTH CFML and ASP.NET? I have a very basic CFML page (well, two) that I need to convert from CFML to ASP.NET. It consists of 3 main things: 1. Displaying database records using an SQL statement 2. Adding hyperlinks to these displayed records that includes each record's Record_ID in it's destination URL (i.e. www.site.com/results.cfm?#Record_ID#) 3. Displaying solely the record specific data on the results.cfm page that was chosen If there's someone who knows both CFML and ASP.NET out there, please let me know and I will show you my simple, and perfectly working, CFML code I need to be converted. THANKS!