| Thread | Last Post | Replies |
|
| Collections as properties? | 18 Feb 2005 13:49 GMT | 1 |
Hi, I'm creating my own custom web-control called Table, with a collection of my own custom 'Column's as a property: [ToolboxData("<{0}:Table runat=server></{0}:Table>")] public class Table : System.Web.UI.WebControls.WebControl
|
| Controling the 'selected' property on CheckBoxList while DataBinding() | 18 Feb 2005 01:41 GMT | 1 |
Hi Group! When binding the CheckBoxList control, you can only control the 'text' and 'value' properties of each CheckBox created. Suppose I have on the data source some additional information for the
|
| How do I pass an object to webcontrol that is loaded using the "LoadLontrol" method ? .NET 2005 Beta. | 17 Feb 2005 05:13 GMT | 1 |
Because of the nature of my application, I have a web control that is being loaded and added to my form at runtime using the LoadControl method. Beacuse of the new framework, it is impossible to inherit from my own version of the "System.Web.UI.UserControl" class as the code seems ...
|
| Databounded textbox | 17 Feb 2005 00:48 GMT | 1 |
I would like to know how to develope a databounded textbox for using with asp.net. Datagrid, combos etc are databounded, but when I want to read data from an xml node to a textbox, I must to divide xml in nodes for read value.
|
| Derive OnItemCreated | 17 Feb 2005 00:11 GMT | 1 |
i have created my own datagrid control derived from the datagrid control. Now I would like to override the OnItemCreated method. But I dont get how I can do that. Can somebody help me out?
|
| Adding Datasource Property | 16 Feb 2005 20:57 GMT | 2 |
I need help with how to add a DataSource property to a composite control and then how to assign that property to the datasource of a datagrid. Thanks
|
| CreateChildControls and Exception Failed to Load ViewState | 16 Feb 2005 19:49 GMT | 2 |
I've been struggling with this problem for several days now, pretty much out of ideas... I have n number of xml files each defines what server side control to to render inside my custom web control (composite). The OnInit of my web
|
| Building a non-databound custom template and accessing it's properties | 16 Feb 2005 19:24 GMT | 1 |
I've built a custom control (inherits from WebControls.Repeater) with a custom template. The intention is to make a custom paging repeater. The repeater would be controlled via LinkButtons that would be inside the custom template. I want to do something like this in the aspx files
|
| Strange button behaviour | 16 Feb 2005 16:05 GMT | 3 |
I created an ASPX page with some buttons on it, but one of them is reacting in a strange way : In design mode, if i double click on it, it takes me to the corresponding OnClick method. But if I put a breakpoint on this method,
|
| HELP: Where is the asp.net web based control designer??? | 15 Feb 2005 16:43 GMT | 1 |
What namespace is it in?
 Signature Patrick
|
| How do you do a Web ControlDesigner? | 15 Feb 2005 16:09 GMT | 1 |
How do you do a ControlDesigner? It seems that the docs are out of date with the namespaces? Using VS 2003, I can not get the snippet from this link on the MSDN to work/compile...
|
| hide component from toolbox | 15 Feb 2005 14:52 GMT | 1 |
I have a control assembly which contains the my custom web control. In the same assembly I have few classes that implement IComponent interface. I need this interface for my classes. When I add the assembly to toolbox, every single class that implements IComponent interface shows up ...
|
| Building a Property Builder? | 15 Feb 2005 14:17 GMT | 3 |
Looking for information on how to build a property builder for a custom server control, much like the built-in datagrid property builder. Is it possible? Thanks in advance. -Nic
|
| Passing Parameters to User Controls that are Dynamically Loaded in Placeholders | 11 Feb 2005 16:10 GMT | 2 |
I have been having a big problem with trying to pass parameters into a user control when the user control is dynamically loaded into a placholder. I am developing in c#. I have get and set methods on the user control "editButton.ascx" which work fine.
|
| Performance question | 10 Feb 2005 04:43 GMT | 2 |
I would like to know your opinion about .NET menu server controls from performance point of view. It is a good idea if a menu is running on a client machine: a response is quick and the server time is not used. However, implementation of a menu in a
|