Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Calvin #1
CS1513: } expected
I get this error when accessing a web page. The Page has
a User Control, which is basically a menu panel, which
gets categories from MS SQL Svr, based on ManufacturerID.
ManufacturerID is fed into GetCategories(int
manufacturerID), via QueryString. This method is part of
an assembly file.
1. The assembly file compiles ok... no error reported...
and I've gone through it with a tooth comb.
2. The Page_Load on the control is so simple, you would
need to be blind to miss a missing curly brace.
Does anyone now of any issues with this error... why I
might be getting it. Thanks.
Calvin Guest
-
Too few parameters. Expected 1.
I've searched all over the place, and can't find a solution to this error message to my query. I've come across it before, and I know that a common... -
Too few parameters. Expected 2.
My form page: <cfform action="InstreamUpdate2.cfm" method="post"> <CFQUERY NAME="EditQueryInstreamWork" DATASOURCE="Instreamworks"> select *... -
Expected end of statement
Can you post the EXACT error you're getting? -
not getting what i expected
Hi I am working on a site with php & mysql. all that code is fine. However i now am adding in a banner/click thru code. Now here's my dilemma,... -
Expected END IF
I Get this error with my code Script error: Expected END IF end mouseUp? Does anyone know what I'm doing wrong? -
CS1513: } expected
>1. The assembly file compiles ok... no error reported...
do you have any code in the ascx or aspx files? Maybe an>and I've gone through it with a tooth comb.
>2. The Page_Load on the control is so simple, you would
>need to be blind to miss a missing curly brace.
>
>Does anyone now of any issues with this error... why I
>might be getting it. Thanks.
>.
<% if(...) { %> that's missing an <% } %> somewhere?
Kelly
Guest
-
Darshit #3
Re: CS1513: } expected
M getting the same error.
Please let me know how u solved this issue.Darshit Guest



Reply With Quote

