img button navigateurl
-
how to create a image button link. Do i use .resolveurl? i create the imagebutton programatically but i just couldn't get the link right. Dim img As ImageButton = New ImageButton img.ResolveUrl("Error.aspx") img.ImageUrl = Server.MapPath("Pics\pencil.gif") Do i use resolveurl or what? there is no navigateurl for imagebutton..
-
how to create a image button link. Do i use .resolveurl? i create the imagebutton programatically but i just couldn't get the link right. Dim img As ImageButton = New ImageButton img.ResolveUrl("Error.aspx") img.ImageUrl = Server.MapPath("Pics\pencil.gif") Do i use resolveurl or what? there is no navigateurl for imagebutton..
rollover button just use that and use the same image for each instance ie: set the same image for idle and rollover. If it you cant get it working post again i'll try sort it Atul