How to display number dynamically on a image button or a hyperlink?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
-
Here you given "CustomerServiceRefund.gif" this is an static image, Instead of this static file, Give some dynamic files like .aspx... For example
in the weform1.aspx get the querystring named Value (now value is 3) using System.Drawing draw the number into the Image Object Then save the Image object into the response stream Change the Content-type of the Response object to "bmp/jpg" Now the webform1.aspx will render Image instead of the Textcontent --Manikandan.net--