Groups | Blog | Home
all groups > dotnet faqs > june 2006 >

dotnet faqs : Simple question


Dom
6/6/2006 2:18:25 PM
<%# Session("oID") = Container.DataItem("VendorID")%>

The above statment, writes the value of the 'VendorID' instead of assigning
it to the session variable.

What's wrong? I'm a classic ASP developer and have been asked to help with a
quick fix for a .net site. Tried googling for help but found nothing useful.

Thanks

Scott M.
6/6/2006 4:56:59 PM

Session("oID") = <%# Container.DataItem("VendorID")%>


AddThis Social Bookmark Button