Quote:
quote:Originally posted by Santhi
You cant bind data from database to Label or LinkButton control.
|
You can't???
What about something like this:
<asp:Label id="lblTest" runat="server" Text='<%# SomeDatabindingExpression %>' />
Wouldn't that bind the results of SomeDatabindingExpression to the label?
Candle, are you trying to display a blob from the database, or did you store the *path* to the image in the database?
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.