954,593 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

ASP.NET and Javascript

***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:

lovduv
Newbie Poster
1 post since Feb 2007
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You