Flash Button
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi sir I want to add flash button in my ASPX page how the button will add,is it posssible that the flash button having the same functionalty as simple asp:button,help me thanks
prabhakar dwivedi
-
hi sir I want to add flash button in my ASPX page how the button will add,is it posssible that the flash button having the same functionalty as simple asp:button,help me thanks
prabhakar dwivedi
In the Page_Load Event, Type the following code:- Button1.Attributes("onMouseOver")= "this.style.backgroundColor='#D0D0D0';this.style.fontWeight='bold'" Button1.Attributes("onMouseOut") = "this.style.backgroundColor='buttonface';this.style.fontWeight='normal'" :) Thanks & regards, Suresh Dayma