G Guest Apr 9, 2007 #1 Can '<%# Bind("Image") %>' (or Eval method) to insert and select varbinary datatype ? Thank you.
G Guest Apr 10, 2007 #2 In this sample I bind the controls within a datalist to images by setting the url property of image buttons to a generic handler that loads the image and sends it as a binary stream. http://mcts-study-practices.com/mcts70-536/chapter6/practice5_8.aspx
In this sample I bind the controls within a datalist to images by setting the url property of image buttons to a generic handler that loads the image and sends it as a binary stream. http://mcts-study-practices.com/mcts70-536/chapter6/practice5_8.aspx
G Guest Apr 10, 2007 #3 This binding is intended to be a databinding to the SQL 2005 database in the varbinary(MAX) datatype. Can I use the 'Bind' or "Eval' to accomplish this or I have to use code behind ? Thank you.
This binding is intended to be a databinding to the SQL 2005 database in the varbinary(MAX) datatype. Can I use the 'Bind' or "Eval' to accomplish this or I have to use code behind ? Thank you.