Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML/JScript in WebForms?
Message
General information
Forum:
ASP.NET
Category:
Web forms
Miscellaneous
Thread ID:
00761405
Message ID:
00765733
Views:
22
Hi, Cathi!

>>
For sample code on how to do this look at message #710745
<<

I've tried the given issues - and it works great!

But now I've an additional question about the Attributes stuff:

I can use code like
Button1.Attributes.Add("onClick", "JavaScript:Button1_onClick()")
to add the OnClick stuff to Button1.

I tried also
Page.Attributes.Add("onLoad", "JavaScript:onClick()")???

This line of code doesn't work because there is no Page.attributes collection!!!

Is there any way to do the same thing with Page attributes like button attributes?

TIA
SeBaFlu
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform