473,387 Members | 1,611 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Linkbutton - mouse curser

K B
Silly question but I can't find the answer. I have linkbuttons and I've
noticed that the mouse cursor doesn't change to a hand or an arrow when
I mouse over it...it just stays an i-beam. I'm just using the linkbutton
control in VS; I can't use hyperlinks for this.

Any suggestions appreciated.
Thanks,
KB

*** Sent via Developersdex http://www.developersdex.com ***
Jun 21 '06 #1
1 2511
Try something like

myButton.Atributes["onmouseover"]="this.style.cursor='hand'";
myButton.Atributes["onmouseout"]="this.style.cursor='auto'";

Eliyahu

"K B" <ka**********@comcast.net> wrote in message
news:eY**************@TK2MSFTNGP02.phx.gbl...
Silly question but I can't find the answer. I have linkbuttons and I've
noticed that the mouse cursor doesn't change to a hand or an arrow when
I mouse over it...it just stays an i-beam. I'm just using the linkbutton
control in VS; I can't use hyperlinks for this.

Any suggestions appreciated.
Thanks,
KB

*** Sent via Developersdex http://www.developersdex.com ***

Jun 21 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Fresh Air Rider | last post by:
Hello Could anyone please explain how I can pass more than one arguement/parameter value to a function using <asp:linkbutton> or is this a major shortfall of the language ? Consider the...
6
by: domtam | last post by:
First of all, my ASP.NET application has to support browser with Javascript disabled. In the application There is a control that looks like a text hyperlink, but the server-side has to do...
4
by: GD | last post by:
I have a collection of asp:LinkButtons on a web form. Based on some reporting criteria, I will be "highlighting" some of these LinkButtons. I'd like the user to be able to mouseover the...
4
by: Vidae - Recursos Humanos | last post by:
Hello all. Is there any way to do a kind of "a.hover" in an ASP.NET 2.0 LinkButton control? I mean, I need my LinkButton changes its color when the mouse hovers the control. Thank you very...
9
by: anuj_05 | last post by:
i am trying to change color on mouse over in linkbutton the code gives error javascript:_doPostback(Sideheader1$linkButton8). I am writing code in user control with .ascx extension. my code is ...
7
by: moondaddy | last post by:
in asp.net 2.0, i have a link buttonand want to change the forecolor in a mouse over event. how can I do this? -- moondaddy@noemail.noemail
1
by: Simon | last post by:
Dear reader, How can I move the curser from one field to the next field in the record after an action triggered by the event After click. The form is of the type Datasheet. The next code...
1
by: nortonwho | last post by:
My ISP recently updated their home page. Now when I launch, the curser starts in the Google search window instead of the address window. I then inadvertantly do a google search on the address...
3
by: Wuggles | last post by:
Hi guys, I want to use a Curser position function with javascript like this: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.