Bitmap in Template column ???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,

how to display bitmap inside column template ?
I have use following syntax :

<asp:ButtonColumn Text='<%# <img src= "search.gif" >%>/></asp:ButtonColumn

but when running it says, binding not correct

any idea ?

regards
serge
 
Serge,

I don't mean to chase you around the group, but from the questions you are
asking, it seems you might be missing some of the core concepts required to
effectively use databound controls.

Here are a few links to helpful articles:

http://samples.gotdotnet.com/quickstart/aspplus/doc/webserverctrls.aspx
http://samples.gotdotnet.com/quickstart/aspplus/doc/webtemplates.aspx
http://samples.gotdotnet.com/quickstart/aspplus/doc/webdatabinding.aspx
http://samples.gotdotnet.com/quickstart/aspplus/doc/webdataaccess.aspx
 
Serge,

I don't mean to chase you around the group, but from the questions you are
asking, it seems you might be missing some of the core concepts required to
effectively use databound controls.

Here are a few links to helpful articles:

http://samples.gotdotnet.com/quickstart/aspplus/doc/webserverctrls.aspx
http://samples.gotdotnet.com/quickstart/aspplus/doc/webtemplates.aspx
http://samples.gotdotnet.com/quickstart/aspplus/doc/webdatabinding.aspx
http://samples.gotdotnet.com/quickstart/aspplus/doc/webdataaccess.aspx
 
Thnaks chad,
No problem, but as you may know even beeing certified you cannot remember
all the stuff especially if you stop making web application for a month and
then suddendly one of your customer ask you a web aplication with different
things. I ma certified in VB.NET and ASP.NET as well but I do not consider
myself as the king of ASP application becasue this is only 30 % of my dayly
work, and actually I work at fown for my own to have better experience on
that .This is the life of developpers, knowing that it exist for sure you
remember, but not necessary knowing how to implement it if you not using it
sio often (even as you so call part of core component), It depends so much on
the environment and customers whoc you are working for.

regards
serge
 
Back
Top