Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Chris Kennedy #1
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 the
HTML writer I am unsure on how to progress to putting events into my
control.
I am looking more for pointers and resources as this fairly in depth,
probably too much so for a posting.
My aim is to create a control to use multiple site which reads an XML file
relating to the individual site to add things like text boxes etc and use
the info in the XML file to dynamically figure out the database,table and
fields to put the info entered into the control. For instance I could have
the connection string and data adapter information etc as well as the
fields to add to the database.
Regards Chris.
Chris Kennedy 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...... -
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:... -
Events for a custom server control
"William F. Robertson, Jr." <wfrobertson@kpmg.com> wrote in message news:ud$LFRdXDHA.2464@TK2MSFTNGP09.phx.gbl... the How about in the Page_Init...



Reply With Quote

