Click here to Skip to main content
15,919,028 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem updating database Pin
Michael Sync30-Dec-07 5:40
Michael Sync30-Dec-07 5:40 
GeneralUnable to work with IIS server Pin
Roney29-Dec-07 7:21
Roney29-Dec-07 7:21 
GeneralRe: Unable to work with IIS server Pin
Michael Sync29-Dec-07 7:51
Michael Sync29-Dec-07 7:51 
QuestionLocal CSS returns a 404? Pin
Mustafa Ismail Mustafa29-Dec-07 6:43
Mustafa Ismail Mustafa29-Dec-07 6:43 
AnswerRe: Local CSS returns a 404? Pin
Paul Conrad29-Dec-07 7:09
professionalPaul Conrad29-Dec-07 7:09 
GeneralRe: Local CSS returns a 404? Pin
Mustafa Ismail Mustafa29-Dec-07 9:32
Mustafa Ismail Mustafa29-Dec-07 9:32 
AnswerRe: Local CSS returns a 404? Pin
Michael Sync29-Dec-07 7:53
Michael Sync29-Dec-07 7:53 
GeneraljQuery & ASP.NET Pin
Mustafa Ismail Mustafa29-Dec-07 3:46
Mustafa Ismail Mustafa29-Dec-07 3:46 
Is there a trick to including jQuery (the intent is to add ThickBox) into ASP.NET master pages?

It works fine on an html page, but when I add it to the master page, I get a "CS1056: Unexpected character '$'"

Here's the code in the of the master page:

<br />
<head runat="server"><br />
    <title>Untitled Page</title><br />
    <link type="text/css" rel="Stylesheet" href="../css/default.css" /><br />
    <link rel="stylesheet" href="../css/thickbox.css" type="text/css" media="screen" /><br />
<br />
    <script type="text/javascript" src="../js/jquery.js"></script><br />
<br />
    <script type="text/javascript"><br />
     jQuery.noConflict();<br />
     <br />
     // Use jQuery via jQuery(...)<br />
     jQuery(document).ready(function(){<br />
       jQuery("div").hide();<br />
     });<br />
     <br />
     // Use Prototype with $(...), etc.<br />
     $('someid').style.display = 'none';<br />
    </script><br />
<br />
    <script type="text/javascript" src="../js/thickbox.js" runat="server"></script><br />
<br />
</head>


Am I doing something wrong that I can't see? Confused | :confused:

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

"There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib

"Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"

GeneralRe: jQuery & ASP.NET Pin
Michael Sync29-Dec-07 7:56
Michael Sync29-Dec-07 7:56 
GeneralRe: jQuery & ASP.NET Pin
Mustafa Ismail Mustafa29-Dec-07 9:37
Mustafa Ismail Mustafa29-Dec-07 9:37 
GeneralRe: jQuery & ASP.NET Pin
Michael Sync29-Dec-07 17:35
Michael Sync29-Dec-07 17:35 
GeneralRe: jQuery & ASP.NET Pin
Mustafa Ismail Mustafa29-Dec-07 18:57
Mustafa Ismail Mustafa29-Dec-07 18:57 
Questionhow i can hide a row in a grid view Pin
jagan12329-Dec-07 2:54
jagan12329-Dec-07 2:54 
AnswerRe: how i can hide a row in a grid view Pin
rahul.net1129-Dec-07 3:39
rahul.net1129-Dec-07 3:39 
Generalconfig error---------- Pin
smileschandu29-Dec-07 0:59
smileschandu29-Dec-07 0:59 
AnswerRe: config error---------- Pin
Guffa29-Dec-07 3:34
Guffa29-Dec-07 3:34 
Generalcreate pdf file from database table in asp.net Pin
Ravi_2129-Dec-07 0:37
Ravi_2129-Dec-07 0:37 
GeneralRe: create pdf file from database table in asp.net Pin
Michael Sync29-Dec-07 7:58
Michael Sync29-Dec-07 7:58 
GeneralRe: create pdf file from database table in asp.net Pin
bafdadsf29-Dec-07 14:51
bafdadsf29-Dec-07 14:51 
Generaldeploy to server Pin
TheEagle29-Dec-07 0:02
TheEagle29-Dec-07 0:02 
GeneralRe: deploy to server Pin
vimal_yet29-Dec-07 0:19
vimal_yet29-Dec-07 0:19 
GeneralRe: deploy to server Pin
TheEagle29-Dec-07 0:47
TheEagle29-Dec-07 0:47 
GeneralRe: deploy to server Pin
rahul.net1129-Dec-07 1:13
rahul.net1129-Dec-07 1:13 
GeneralRe: deploy to server Pin
TheEagle29-Dec-07 1:21
TheEagle29-Dec-07 1:21 
GeneralRe: deploy to server Pin
rahul.net1129-Dec-07 1:27
rahul.net1129-Dec-07 1:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.