| Thread | Last Post | Replies |
|
| Dynamically adding controls to a data repeater | 05 Jun 2004 18:19 GMT | 1 |
I would like to create a composite control based on a data repeater how do I dynamically add and bind child controls to it? I imagine this is not a one post answer so any pointers to books or resources to developing such a control in vb.net would be great. Regards, Chris.
|
| Events LifeCycle | 05 Jun 2004 09:30 GMT | 2 |
Im reading that this is the Control Execution Lifecycle Initialize, Load View state Process postback data, load, send postback change notifications, handle posrback events, prerender, save state, render, dispose, unloa My questions about this are 1) All this methods, and events are ...
|
| Composite Control Designer | 04 Jun 2004 15:25 GMT | 3 |
i have following sample Control [ParseChildren(true)] [PersistChildren(true)] public class MyControl: System.Web.UI.Control
|
| Dynamically loading user control | 04 Jun 2004 01:56 GMT | 1 |
I am adding a user control to an aspx page dynamically. This user control has a link button. Hence I have to enclose it in a form tag with runat=server. When I execute the page, I get a javascript runtime error (; expected). The error occurs in the asp generated part of the code. ...
|
| Programatically created controls in an ascx user control misbehaving | 03 Jun 2004 22:59 GMT | 3 |
I have a need to dynamically (programatically) create various different controls (TextBox, RadioButtonList, CheckBox, etc.) at page_load from within a User control - (.ascx). The reason is that the page content is dynamic and we are using a template .ascx page that loads the ...
|
| Custom Server Control Question | 03 Jun 2004 06:28 GMT | 1 |
Two Questions: 1. How can I realize a Array-Property on my ServerControl like the Items Property of the DropDownList Control? 2. I want to place my Server by using CSS.
|
| Generate dynamic controls from Database tables | 02 Jun 2004 04:38 GMT | 1 |
I'm trying to generate controls like textboxes, drop downs dynamically. I need to get their type and the values from the DB. Any suggestions on how to generate them? Thanks
|
| htmlfile: Invalid pointer :0 ? | 01 Jun 2004 18:31 GMT | 2 |
Hello folks... Any tip to solve "htmlfile: Invalid pointer" error ? This error occurs when PostBack fires ! Just when i using SmartNavigation...
|
| InvalidCastException: QueryInterface for interface | 01 Jun 2004 06:09 GMT | 1 |
when modifying my customserver control, I did not look at it for more then 2 weeks, I received an error: InvalidCastException: QueryInterface for interface ..... The interface was my COM object dbRecord.DLL, the method was a logon, but I receive the same
|
| Combining attributes with base class | 01 Jun 2004 06:09 GMT | 1 |
I am creating a custom button control, inheriting from System.Web.UI.WebControls.Button. I need to add client-side script to the onclick event. The problem is that the onclick attribute is generated by the Button base
|