Ask a Question related to ASP.NET Building Controls, Design and Development.
-
John Saunders #1
Re: how to add events to a custom control
"TIBM" <TIBM@discussions.microsoft.com> wrote in message
news:15A29094-90DA-4E14-80B5-A433BE45136F@microsoft.com...System.Web.UI.WebControls.WebControl. The control is taking in a dataset and> Hi. I've written a custom control derived from
renders HTML with radio buttons (the result is similar to a
RadioButtonList). I would like to add events to the control, but being new
to .NET I don't know where to start.like to do a postback and process the selected data.> When the user changes selection by clicking another radio button, I wouldMSDN Library.> How do I do this?
> Again, I have no idea even how to start and I couldn't find help on the
You might want to buy the following book: "Developing Microsoft® ASP.NET
Server Controls and Components" from Microsoft Press, by Nikhil Kothari and
Vandana Datye ([url]http://www.microsoft.com/mspress/books/5728.asp[/url])
--
John Saunders
johnwsaundersiii at hotmail
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... -
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:... -
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

