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

ASP.NET

 
AnswerRe: CheckBox in a DataGrid? Pin
N a v a n e e t h6-Aug-07 20:43
N a v a n e e t h6-Aug-07 20:43 
QuestionWhat is Smart Client Application in ASP .NET ? Pin
Arindam Tewary6-Aug-07 20:26
professionalArindam Tewary6-Aug-07 20:26 
AnswerRe: What is Smart Client Application in ASP .NET ? Pin
Christian Graus6-Aug-07 20:53
protectorChristian Graus6-Aug-07 20:53 
QuestionWhat is the significance of the new ASP.Net directories Pin
rockyl6-Aug-07 20:23
rockyl6-Aug-07 20:23 
AnswerRe: What is the significance of the new ASP.Net directories Pin
N a v a n e e t h6-Aug-07 20:51
N a v a n e e t h6-Aug-07 20:51 
QuestionUsing PrintOutOld Pin
gauthee6-Aug-07 20:23
gauthee6-Aug-07 20:23 
AnswerRe: Using PrintOutOld Pin
Vasudevan Deepak Kumar6-Aug-07 23:12
Vasudevan Deepak Kumar6-Aug-07 23:12 
QuestionError CS1002: ; expected Pin
JacquesDP6-Aug-07 20:19
JacquesDP6-Aug-07 20:19 
Hi all, I get the following error when trying to build my website but can't figure out why.

error CS1002: ; expected

<%for(int a = 0; a < AdItems.Tables[0].Rows.Count; a++)
{
%>
<tr>
<td>
<div class="casinopromotions"><img src="<%=ResolveUrl(AdItems.Tables[0].Rows[a]["image_url"].ToString()) %>" alt="<%=AdItems.Tables[0].Rows[a]["image_alt_text"].ToString() %>" width="<%AdItems.Tables[0].Rows[a]["image_width"].ToString() %>" height="<%AdItems.Tables[0].Rows[a]["image_height"].ToString() %>" />
</div>
</td>
</tr>
<%
}
%>

Any suggestions and pointers to possible causes will be greatly appreciated

Thanks in advance


No matter how long he who laughs last laughs, he who laughs first has a head start!

AnswerRe: Error CS1002: ; expected Pin
JacquesDP6-Aug-07 20:22
JacquesDP6-Aug-07 20:22 
GeneralRe: Error CS1002: ; expected Pin
Vasudevan Deepak Kumar6-Aug-07 23:11
Vasudevan Deepak Kumar6-Aug-07 23:11 
GeneralRe: Error CS1002: ; expected Pin
JacquesDP6-Aug-07 23:37
JacquesDP6-Aug-07 23:37 
Question.Net Frame work Pin
sujtha6-Aug-07 19:48
sujtha6-Aug-07 19:48 
AnswerRe: .Net Frame work Pin
Christian Graus6-Aug-07 20:26
protectorChristian Graus6-Aug-07 20:26 
GeneralRe: .Net Frame work Pin
Vasudevan Deepak Kumar6-Aug-07 23:15
Vasudevan Deepak Kumar6-Aug-07 23:15 
AnswerRe: .Net Frame work Pin
JacquesDP6-Aug-07 23:40
JacquesDP6-Aug-07 23:40 
QuestionRefferences in Web.config file Pin
I Never Look Behind6-Aug-07 19:44
I Never Look Behind6-Aug-07 19:44 
AnswerRe: Refferences in Web.config file Pin
Vasudevan Deepak Kumar6-Aug-07 23:15
Vasudevan Deepak Kumar6-Aug-07 23:15 
Questionhow can i add a row to datagrid/GridView on button click ? Pin
koolprasad20036-Aug-07 19:27
professionalkoolprasad20036-Aug-07 19:27 
AnswerRe: how can i add a row to datagrid/GridView on button click ? Pin
ksaw1236-Aug-07 19:54
ksaw1236-Aug-07 19:54 
GeneralRe: how can i add a row to datagrid/GridView on button click ? Pin
ASPnoob6-Aug-07 21:10
ASPnoob6-Aug-07 21:10 
QuestionIllegal characters in path [modified] Pin
Milind Panchal6-Aug-07 19:20
Milind Panchal6-Aug-07 19:20 
AnswerRe: Illegal characters in path Pin
Vasudevan Deepak Kumar6-Aug-07 23:17
Vasudevan Deepak Kumar6-Aug-07 23:17 
Questionstore class objects in data table Pin
deepalititi6-Aug-07 19:19
deepalititi6-Aug-07 19:19 
AnswerRe: store class objects in data table Pin
N a v a n e e t h6-Aug-07 22:57
N a v a n e e t h6-Aug-07 22:57 
AnswerRe: store class objects in data table Pin
Vasudevan Deepak Kumar6-Aug-07 23:21
Vasudevan Deepak Kumar6-Aug-07 23:21 

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.