| Thread | Last Post | Replies |
|
| CollectionEditor - Add/Remove buttons are disabled | 28 Apr 2007 09:46 GMT | 1 |
Could you please suggest me some changes? I've got the following code, which represents the small component with collection property: class Test : Component {
|
| Custom control collections - IList or ControlCollection | 27 Apr 2007 14:44 GMT | 1 |
Dear community, I am in the process of designing and writing a custom control that has child controls of which I have derived from the Panel WebControl. I am becoming confused as to the required implementation of the collection to hold the
|
| GridView Extending | 24 Apr 2007 03:47 GMT | 4 |
Is their a way to extend or mess with the GridView control. My goal is to add a column that has editing button (delete update, save, cancel). I did this with a template column and a little helper class. The class has
|
| A .NET Control to handle Ratings and reviews | 18 Apr 2007 21:09 GMT | 3 |
Does anyone know of a good, cheap, prefereably free ,net control that I can use that will aloow users to not only rate something i.e.: 1-5 stars but also post comments on whatever they are rating. i.e. a possible a picture.. etc.
|
| The IButtonControl interface and validation | 15 Apr 2007 07:38 GMT | 2 |
Could some-one provide an example implementation of the CasuesValidation and ValidationGroup properties that one should implement when using the IButtonControl interface? I have a custom control which implements this interface and provides the
|
| Composite control listbox SelectedIndexChangedEvent not firing | 15 Apr 2007 07:24 GMT | 1 |
Thanks in advance to anyone who can help :) I have a listbox within a composite control whom I want to capture the SelectedIndexChanged event. I expose the listboxes 'AutoPostBack' property and set it to true so this event can happen.
|
| User Control in Repeater | 15 Apr 2007 07:22 GMT | 1 |
I have the following requirement: I have to create a Repeater control which has two columns. One has text and other's got to have (1) a group of radiobuttons OR
|
| Where to get/set a Com Interface Guid IID | 03 Apr 2007 15:50 GMT | 1 |
I have an Active X Control that is supposed to run in Windows Media Center. This control causes an error (something along the lines of "Not trusted control...") and I found out that I need to implement the IObjectSafety Interface to give Media Center a way to check whether my
|
| Design-Time Support for Composite Server Control in a Table | 03 Apr 2007 08:15 GMT | 9 |
I am creating a Composite Server Control (.NET 1.1), the Control is comprised of 3 Table Rows. It works perfectly well during run time, and when it is webform alone. The problem arises in the VS.net designer when the control is placed
|
| Composite Control need write permisson | 02 Apr 2007 15:26 GMT | 2 |
I've just finished building my composite control, it is image gallery that generates thumbnails from images in specified folder and creates new folder in which generated thumbnails been saved. For my control to operate correct in hosting environment in IIS -
|