Where's the rollover article
-
I got all excited when the CodeProject newsletter arrived with a link to an article on ASP.NET server-side rollover controls ("Just your basic image rollover control, using server controls," it promised.) Just what I'm about to tackle! Sadly, the link is broken and I can't find the article. Where'd it go?
-
I got all excited when the CodeProject newsletter arrived with a link to an article on ASP.NET server-side rollover controls ("Just your basic image rollover control, using server controls," it promised.) Just what I'm about to tackle! Sadly, the link is broken and I can't find the article. Where'd it go?
You can create a ImageButton. Then, you can add attributes like ImageButton1.Attributes.Add("onMouseOver", "this.src='go.gif'"); ImageButton1.Attributes.Add("onMouseOut", "this.src='submit.gif'"); This will create an image rollever effect. I can say that this is a server-side control having a rollover effect established in the client-side. I think I answered your question..... Harsha. Harsha ---------------------------------- http://www.ece.arizona.edu/~hpg pg_harshavardhan@hotmail.com ----------------------------------
-
I got all excited when the CodeProject newsletter arrived with a link to an article on ASP.NET server-side rollover controls ("Just your basic image rollover control, using server controls," it promised.) Just what I'm about to tackle! Sadly, the link is broken and I can't find the article. Where'd it go?
... The author was stupid, and could not figure out this web site(lol) http://www.codeproject.com/useritems/Cliche_RollOvers.asp[^]