Ask a Question related to ASP.NET General, Design and Development.
-
John Saunders #1
Re: Events for a custom server control
"William F. Robertson, Jr." <wfrobertson@kpmg.com> wrote in message
news:ud$LFRdXDHA.2464@TK2MSFTNGP09.phx.gbl...the> I have a custom server control that has a Find event. Where am I supposed
> to be wiring to the event in the codebehind for the page?
>
> I tried placing it on the IntializeComponent() method, but studio keeps
> removing the event wiring.
>
> I am thinking there is a meta tag I am supposed to apply to the event inHow about in the Page_Init method?> server control code, but don't know what it is.
>
> Currently I am wiring in the Page_Load method, but I don't feel confident
> doing it that way.
--
John Saunders
Internet Engineer
[email]john.saunders@surfcontrol.com[/email]
John Saunders Guest
-
Order of events called in a custom control
Dear Sir, I have a question on the order of event called during using a custom control when in 1. not IsPostBack and 2. IsPostBack situation ... -
Events in a custom template control
I have written a template control which contains a button. I have added a public event to the control which I raise on the button's Click event. In... -
how to add events to a custom control
"TIBM" <TIBM@discussions.microsoft.com> wrote in message news:15A29094-90DA-4E14-80B5-A433BE45136F@microsoft.com...... -
Custom Server Control Events
This a newbie question but I would like to build a custom server control which updates a database. While I have got as far as writing in HTML via... -
add events to dropdown list in custom server control
Hi, It is easy to add an event to a hyperbutton, but what about a dropdownlist ? This is what I've implemented for the hyperbutton:...



Reply With Quote

