473,408 Members | 1,623 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

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 4030

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

Similar topics

5
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
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
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
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
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
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
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
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
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
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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
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...
0
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...
0
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...

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.