Link text on picture.
-
My English is little. Please understand. I was used delphi since five year ago. But my new company want web page used ASP.net. I want to put link text on picture. If use link text on picture, Must I use java script? Please let me know example or method. I am waiting your reply. Thanks you
-
My English is little. Please understand. I was used delphi since five year ago. But my new company want web page used ASP.net. I want to put link text on picture. If use link text on picture, Must I use java script? Please let me know example or method. I am waiting your reply. Thanks you
You can use LinkButton control in asp.net. Have a look here Another example : [Using LinkButton Server Controls](http://www.aspxcode.net/free-asp-net-sample-source-code.aspx?Topics=How to Use LinkButton Web Server Controls)
Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.
-
You can use LinkButton control in asp.net. Have a look here Another example : [Using LinkButton Server Controls](http://www.aspxcode.net/free-asp-net-sample-source-code.aspx?Topics=How to Use LinkButton Web Server Controls)
Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.
-
Thanks for your reply Regarding the link button, I knew to use its. Can it put on picture? I can't put link button on picture(Image).
-
Thanks for your reply Regarding the link button, I knew to use its. Can it put on picture? I can't put link button on picture(Image).
The image will be the link. If you are trying to place a hyperlink over top an image? If so then you need to use CSS to position the elements.
I know the language. I've read a book. - _Madmatt
-
Will ImageButton Control resolve your issue?
Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.