why will this not work
Messages   Related Types
This message was discovered on microsoft.public.dotnet.framework.aspnet.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Post a new message to this list...

IGotYourDotNet (VIP)
I'm trying to get this working, i looked at the quickstarts as well and i can
not get this to work.

I want to display my data item on the aspx page such as <% dataitem%>
just like the example:
Simple property Customer: <%# custID %>

when i run mine i keep getting:
Compiler Error Message: BC30451: Name "car" is not declared.
what do i need to do to allow "car" to be displayed on the aspx as <%#car%>>

Reply to this message...
 
    
Hermit Dave
if you are using code behind then car will have to be defined as a protected
member of the codebehind class

if you are using inline (never use it so guessing here) a private variable
should do

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"IGotYourDotNet" <Click here to reveal e-mail address> wrote in message
news:Click here to reveal e-mail address...
[Original message clipped]

Reply to this message...
 
    
IGotYourDotNet (VIP)
what do you mean? I'm not following you.
Car is being returned in a dataset and currenlty I have it populating a
datalist.
such as <%# DataBinder.Eval(Container.DataItem, "car") and this works fine.
now I need to change that or get they way working to

<% if car = "chevy" then
response.write("<tr><td bgcolor='blue'>" & car or
DataBinder.Eval(Container.DataItem, "car") & "</td></tr> ')
end if
%>

i can't get either way working but if i just have
DataBinder.Eval(Container.DataItem, "car") it works fine.

"Hermit Dave" wrote:

[Original message clipped]

Reply to this message...
 
    
Hermit Dave
that was in response to your statement
>what do i need to do to allow "car" to be displayed on the aspx as
<%#car%>>

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
"IGotYourDotNet" <Click here to reveal e-mail address> wrote in message
news:Click here to reveal e-mail address...
[Original message clipped]

Reply to this message...
 
 
System.ComponentModel.Container
System.Web.UI.DataBinder




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com