Hi,
I have radrotator with RadBinaryImage.I am saving the logo in sql server using varbinary datatype.I need to bind the image inside the radrotator.For that i have given the following codes
1. "DataValue='<%# (byte[]) DataBinder.Eval(Container.DataItem, "Airline_Logo")%>' />"
2. "DataValue='<%# DataBinder.Eval(Container.DataItem, "Airline_Logo")%>' />".But both are not working
I have radrotator with RadBinaryImage.I am saving the logo in sql server using varbinary datatype.I need to bind the image inside the radrotator.For that i have given the following codes
1. "DataValue='<%# (byte[]) DataBinder.Eval(Container.DataItem, "Airline_Logo")%>' />"
2. "DataValue='<%# DataBinder.Eval(Container.DataItem, "Airline_Logo")%>' />".But both are not working