Go Back   Velocity Reviews > Newsgroups > DotNet
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

DotNet - Simple question

 
Thread Tools Search this Thread
Old 06-06-2006, 02:18 PM   #1
Default Simple question


<%# 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




Dom
  Reply With Quote
Old 06-06-2006, 09:56 PM   #2
Scott M.
 
Posts: n/a
Default Re: Simple question


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



  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump