474,036 Members | 2,049 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Generating Page_xxx events

fix
Hi all,

I am just wondering if there is a way to generate Page_xxx events
automatically instead of typing it in the code-behind file manually. For
the controls on a webform, I can select them, then click the event
button in the property window, then all the events are for me to select
and will be generated automatically. But I can't select a page in the
designer (nor a user control if I am doing a user control).

Thanks!
fix.

May 1 '06 #1
2 1030
DWS
Fix,
Try selecting page events from the left drop down.

Good Luck
DWS
"fix" wrote:
Hi all,

I am just wondering if there is a way to generate Page_xxx events
automatically instead of typing it in the code-behind file manually. For
the controls on a webform, I can select them, then click the event
button in the property window, then all the events are for me to select
and will be generated automatically. But I can't select a page in the
designer (nor a user control if I am doing a user control).

Thanks!
fix.

May 2 '06 #2
fix
Hi DWS,

Do you mean the left drop down in the Code View, where the right drop
down is for all the methods defined in the code? The only thing in the
left dropdown is the name of the class. Or did I misunderstood something?

fix.

DWS wrote:
Fix,
Try selecting page events from the left drop down.

Good Luck
DWS
"fix" wrote:

Hi all,

I am just wondering if there is a way to generate Page_xxx events
automatical ly instead of typing it in the code-behind file manually. For
the controls on a webform, I can select them, then click the event
button in the property window, then all the events are for me to select
and will be generated automatically. But I can't select a page in the
designer (nor a user control if I am doing a user control).

Thanks!
fix.


May 4 '06 #3

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

Similar topics

17
2161
by: flupke | last post by:
Hi, i create my GUIs mainly via wxGlade. However when you start of to program and want to do some rearranging to the gui, wxglade overwrites your file and you've got to put your own code back in. I think i can work around that (at least a bit) by making a second file that imports the gui generated by wxglade and make classes that extend the original ones. For instance i could have a class MainForm that extends the wxFrame
0
1698
by: RMC | last post by:
I have 2 units that I see random closures from MS Access 2000. there are about 10+ users running the same MS Access application (front end on their unit) and back end on the Server (linked). Its a random shutdown as for the user could be working within the Application or have it running idle when it decides to crap out. All units are Compaqs P4 with 512 ram, Windows XP Pro SP2. any info would be appreciated,
2
1466
by: Liz - Newbie | last post by:
I need to generate an event in a user defined control when I have changed a variable, so that I can pick it up in my main form and take it from there. Can someone explain the SIMPLEST way of doing this. Liz (newbie to OO)
18
2063
by: Elder Hyde | last post by:
Hey all, A class of mine needs to tell the outside world when its buffer is not empty. The problem is that C# seems to force you to put the event-raising code in the base class. To illustrate, consider what I'll do in Java: public interface DataAvailabilityListener extends java.util.EventListener { void dataArrived(DataAvailabilityEvent event); }
2
15276
by: dhourd | last post by:
I'm performing a conversion of code from C to C# and I want to perform a callback to a function where the callback is performed at a certain time, like 2 March 2004 at 1:35pm. I realise there are loads of timers in C#, but they all perform repeatable events using an elapsed time which is not what I desire. The C code uses the functions
2
3161
by: wesmanjunk | last post by:
does anyone know how to generate keyboard events in another application? like public static extern int SendMessage(IntPtr hWnd, int Msg, int wParam, int lParam); can be used for mouse events...
4
1401
by: Bill J | last post by:
Hi Everyone, Is there a way of generating a keyboard character event and sending it to a control on a form? For example, if I have a menu item called "Delete", I would like to send a DEL character event to the currently active control on the form. Thanks.
16
3614
by: akameswaran | last post by:
Ok, this is really irritating me. I'm sure there are different ways of doing this - I'm interested in the algo, not the practical solution, I'm more trying to play with iterators and recursion. I want to create a program that generates every possible combination of a set of a n dice, with s sides. so I started with an iterator class die(object): def __init__(self,sides):
6
998
by: Gandalf | last post by:
I have script which being triggered by pressing CTRL+Right mouse click from any place in my O.P , Now I need to generate automatically event like copy my selected item or double clicking the right mouse cursor without user interfering. how can i implement this width python? thanks!
0
10524
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10326
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10295
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
8684
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
7851
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
6806
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
5389
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
4925
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3950
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.