2
Answers

want to generate onmouseover event in website...

please tell me to generate the onmouseover event in my web project in VS 2010 what type of code i have to write...
i want to change the ImageButton color when mouse is over to the particular button...
If possible then please send me the code to implement such event in my web project. 

Answers (2)

0
Photo of Joginder Banger
NA 10k 490.8k 10y
first of all make a store procedure well format. if you want debug the store procedure then just select the store procedure like this way.


create proc procedureName
()
as 
begin


end


if you want debug any store procedure select the procedureName and press the CTRL+F5. your studio convert to in debug. 
0
Photo of Manish Kumar Choudhary
NA 14.3k 2.2m 10y