Asp.NET ImageButtons problem
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Good day. In one of my pages it happens so i have more than one ImageButtons. One of them is used for Login and the others execute specific complex logic. The ImageButton object is represented as an "<input type="image" name="...." id="..." src="..." /> in the web browser. I don't think i can avoid using more than one. However when i click some of the other buttons ( which are not the "Login" button), browsers like Firefox get the annoying message "Do you want Firefox to remember this password?". Is there a workaraund so i don't get that message ? (somekind of identifying which buttons is for login and which execute other logic ?) Regards, Hris