Click here to Skip to main content
15,902,445 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i need to put red point in ImageButton when iam click to imagebutton (e.x,e.y)

code :
Dim p As New Pen(Brushes.Red, 3)
Dim g As Graphics=Graphics.FromImage()

Protected Sub ImageButton1_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles ImageButton1.Click

Session("@cord_x") = e.X
Session("@cord_y") = e.Y


Dim s As String
s = (p, Session("@cord_x"), Session("@cord_y"))

end sub

what solution ????????
Posted
Comments
Sergey Alexandrovich Kryukov 22-Aug-13 0:26am    
Solution for what? Where did you stuck and what's your concern?
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900