Link to home
Start Free TrialLog in
Avatar of Loomy
LoomyFlag for United Kingdom of Great Britain and Northern Ireland

asked on

The type or namespace name 'ImageClickEventArgs' could not be found

I'd love some help on this one if possible please.
I'm working in ASP.NET 1.1 and C# and have a coposite user control. The user control consists of 10 LinkButtons, each of which has an On_Click handler called changePage.

changePage determines the sender and changes the page accordingley.

When I try to run it I get the following error message:

"The type or namespace name 'ImageClickEventArgs' could not be found (are you missing a using directive or an assembly reference?)"

Could anybody help with this please?
Avatar of Loomy
Loomy
Flag of United Kingdom of Great Britain and Northern Ireland image

ASKER

In case it helps -
I have the same code in an.aspx page and it works fine - the error only appears when the same code is pasted into a user control.
ASKER CERTIFIED SOLUTION
Avatar of Loomy
Loomy
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial