473,503 Members | 2,698 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Handles keyword

Use the following syntx to assign handlers to events:

this.Load += new System.EventHandler(Page_Load);

-----Original Message-----
Hi,
I am developing an asp.net web application.
The scenario is this:

I have a class (MyBaseWebForm.vb) that is a class in an
assembly. The purpose of this class is to perform some
common functionality and act as a base class for all the
web forms in my ASP.Net application. This class inherits
from System.Web.UI.Page

In this class, I have an eventhandler that handles the
Page Load event of the base class , ie, Page.

This class is further inherited by all my web forms in my
ASP.Net application.

In the page load events of the web forms, I need to do
further processing. The code in VB.Net would look
something like this:

Public Class MyBaseWebForm
Inherits System.Web.UI.Page

Private Sub Page_Load(ByVal sender As Object,
ByVal e As System.EventArgs) Handles MyBase.Load
'Some implementation goes here

End Sub

End Class

Public Class MyWebForm
Inherits MyBaseWebForm
Private Sub Page_Load(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handles
MyBase.Load
End Sub
End Class

Could anyone tell me how to achieve the same using C# as
C# does not provide the Handles key word?

Cheers,
Raj

.

Nov 15 '05 #1
0 4038

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
16588
by: siliconwafer | last post by:
Hi all, I wanted to know that is use of extern keyword mandatory in case of global variables and functions used in other source files? i.e consider a following piece of code from MSDN explaining...
0
442
by: Raj | last post by:
Thanks! Cheers, Raj >-----Original Message----- >Use the following syntx to assign handlers to events: > >this.Load += new System.EventHandler(Page_Load); > >
4
1625
by: tzellman | last post by:
Ok, so here is my situation: Let's assume I have a function that makes good use of the kwargs parameter. It requires that there is a certain "format" for the kwargs keywords. (I am using Django,...
5
2490
by: bokiteam | last post by:
Hi All, I didn't use a "Handles" keyword in VB6. I can't sure its funciton. Does it mean that any object behind "handles" keyword will run the same code? ex: Private Sub A(ByVal sender As...
6
1548
by: antonyliu2002 | last post by:
Right now I put my VB code in the aspx pages. I would prefer to use codebehind, especially many of my VB functions may be shared across multiple aspx pages. I've tried a few pages with...
8
1572
by: cipcip | last post by:
same question about WEB app.: In vb i use "handles + handler class name" keyword for events, what can i use in c#? In vb i use the directive masterpagefile and mastertype and than i can see all...
2
4385
by: sck10 | last post by:
Hello, Is there an equivalent to using "Handles" in the codebehind for c#? Or do I have to declare every event in the GridView control like the following: <asp:GridView ID="gvSearchList"...
6
3333
by: tom | last post by:
Hi I try to check whether a given input is keyword or not. However this script won't identify keyword input as a keyword. How should I modify it to make it work? #!usr/bin/env python import...
0
837
by: Jack | last post by:
So I am learning c++/cli and I have a couple of questions about handles. From what I understand these two are pretty similar except that handles point to Managed Heap and Pointer point to the...
1
2765
by: alamodgal | last post by:
hiiiiiii I have a problem in highlighting searching keyword.Actually im using this function for searching Public Function HighLight(ByVal Keyword As String, ByVal ContentFor As String) Dim...
0
7192
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7064
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7261
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7315
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6974
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
4991
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3158
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3147
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
369
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.