***UPDATE Solved***
Needed to change to this
and this
<script type="text/javascript" src='<%#"http://www.somesite.com/cool.asp?nick=" + Request.QueryString["Nname"]%>'></script>
With the variable Nname from my database via a DeatailsView control.
I am really new to asp.net and I feel that I am just not putting things in the right order?:-|
When I run this I get this error:Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS1031: Type expected
Source Error:
Line 3: