Repeater and Status text

  • Thread starter Thread starter Joe Fallon
  • Start date Start date
J

Joe Fallon

I use a repeater on my .aspx page.
When I mouseover the hyperlink while it is running the Status bar text
reads:
javascript:__doPostBack(....)

I want to hide this "ugly" status window but I am not sure how.
(Or even change it to something I can define.)

1. Is it possible?
2. If so, how?

Thanks!
 
have you tried something like

MyRepeater.Attributes.Add("onmouseover", "window.status='Hi there!'; return
true")

Alexey
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top