Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.65K
~394 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for khair.ullah

You should be able to override the OnLoad and call the base class's OnLoad first, then your class, for example: protected override void OnLoad(EventArgs e) { base.OnLoad(e); // Do some stuff here }

Member Avatar for Kavitha_2
0
394

The End.