| Thread | Last Post | Replies |
|
| communication between an application, custom controls, and user controls | 17 Dec 2005 22:11 GMT | 2 |
Hi, and many thanks in advance... I'm a little lost about how to proceed with communication between an application, custom controls, and user controls... Within a site I have...
|
| place WebUserControl in X, Y location | 16 Dec 2005 16:37 GMT | 1 |
i built nested UserControls, and the parent control dynamicly generate the child contorls, but i have a problem with positioning them on the control page, how is it done for WebUseControl, i am sure its very simple and basic Question but as i am new to usercontrols help will be
|
| Help with creating a control that generates dynamic image | 15 Dec 2005 08:59 GMT | 2 |
I am using various System.Drawing classes to create a graphic at runtime, with the resulting image varied based on some properties the user may have set. Currently I have the graphic being saved to the file system (in a subfolder
|
| Reset on Image based property | 14 Dec 2005 20:34 GMT | 1 |
I've extended (subclassed) a Button control and given it two new Image properties (for mouse over and mouse click images). These work fine but I've noticed that once I set one of my two new Images in forms designer, I cannot clear it since the Reset option is disabled on the ...
|
| ViewState of Contained Controls? | 14 Dec 2005 17:08 GMT | 5 |
I've built my tab control, and it works great. Except for one problem. Any controls which are contained in any of the tabs lose state. The tab control itself retains state. Any content added does not. I tried putting a checkbox control inside of one of the tabs and
|
| Collection property "could not be initialized" in design mode for custom datagrid control | 14 Dec 2005 16:14 GMT | 2 |
I've been working on a custom datagrid (custom web control inherited from DataGrid). I am attempting to add a new collection property to the control as described all over this group and the web... seems like it should be easy but I've been at it for about a week :-(
|
| Controls that contain code: Code Blocks Not Supported | 14 Dec 2005 15:14 GMT | 1 |
How can I develop a custom control that can then be used to display dynamically generated data? I have created a simple custom control which I use to reproduce the same style box in my website repeatedly. The content for the box is placed
|
| Add form runat=server tags in Composite Control | 14 Dec 2005 10:48 GMT | 2 |
I am using a Composite Control that encloses two Usercontrols. Both Usercontrols require to be enclosed in a <form runat=server> tag. I would like to add this tag within the Composite control (I cannot add the form tag in the aspx page or elsewhere).
|
| Returning value from composite custom web control | 12 Dec 2005 18:35 GMT | 2 |
Lads, I've created a custom web control that's consisted of dropdown box and text box. In drop down there are following items:
|
| When does Control Id get changed ? | 10 Dec 2005 09:28 GMT | 1 |
In CreateChildControls I create a table and give each row an id based on the record number from a db i.e. trTwo.ID = "tq" & myRecordSet("QuestionId").ToString However when it is rendered on the page when the custom control is in a
|
| User Controls | 10 Dec 2005 09:27 GMT | 1 |
I'm a newbie at ASP.NET programming so I apologize if the answer is apparent. I am having trouble implementing UI elements using the Web User ControI template in Visual Studio.NET 3.0. The tags and functions that are
|
| Control.Controls bug? Control's child controls missing at the run time. | 08 Dec 2005 06:48 GMT | 1 |
.NET 1.1/VB.NET: I have a custom web control Public Class DatePicker Inherits Control
|
| How to remove indent of ASP.NET Server Controls | 07 Dec 2005 13:36 GMT | 2 |
I created a new webcontrol that inherited from CompositeControl, and on override of CreateChildControls() I added Panels. When I view html source code on browser, the source code was indented, but I dont want.
|
| Repeater + RadioButtonList | 06 Dec 2005 20:07 GMT | 1 |
I need some help... I have a repeater; its source is a dataview based on a datatable of a dataset. The aspx page creates a radiobuttonlist for each item in the repeater:
|
| Textbox2 control that inherits from Textbox | 04 Dec 2005 17:56 GMT | 4 |
I have a huge problem....I think. I have created a control called Textbox2 which basically inherits from Textbox. Now my problem is this. The Textbox2 retains its state when I submit a form and it posts back.
|