| Thread | Last Post | Replies |
|
| ection Editor not holding collection | 27 Jan 2004 18:06 GMT | 4 |
I am working on a control and trying to use my custom collection with a CollectionEditor. However, the collectio is never being held after I click the OK button. The last set of properties is there but the member list is blank. Below are some snippets from my control. Please help I ...
|
| Datagrid in Custom Server control Does not show | 27 Jan 2004 15:52 GMT | 1 |
I've created a custom server control dbList which contains a datagrid In my CreateChildControls sub I add the control Controls.Add(Grid) In my Fill sub I have this code (Fill can be executed from a button on the
|
| Programmatically detecting property changes and method calls to an given object | 27 Jan 2004 05:08 GMT | 1 |
Given an object, I want to programmatically monitor it for any property changes and method calls. The object can be anything (component, control, etc.), and there is no guarantee that each property has <property name>Changed event corresponding to it.
|
| Hyperlink Column URGENT!!! | 26 Jan 2004 23:51 GMT | 1 |
Does anyone Know how to programmatically assign all the columns in a DataGrid with AutoGenerateColumns set to true as Hyperlink Columns? Thanks in Advance....
|
| DataList Problem | 26 Jan 2004 17:56 GMT | 1 |
I have a datalist that I subclassed and it has a usercontrol in the header template, in the usercontrol is a databound dropdown. It loads fine and posts fine unless I rebind the datalist, then the dropdown loses it's viewstate. Someone please help their has to be a way around this.
|
| Collection Editor Issue | 26 Jan 2004 17:55 GMT | 1 |
I have a control that has a collection in it. In the designer the collection editor comes up fine and I can add items to the collection. But once I click on OK and then go back into the collection editor the Member side is blank and the Properties side shows the last item entered. ...
|
| concept problem webcustomcontrols | 26 Jan 2004 17:55 GMT | 1 |
Hi to the forum.. i have a project with this webcontrol Webcontrol _______________________
|
| Custom controls | 26 Jan 2004 15:05 GMT | 7 |
Hi to all, this is my question.... Webcontrol1 ________________________
|
| System.Drawing and GDI+ Question - Please help | 26 Jan 2004 05:02 GMT | 2 |
I have a winforms control that draws a rectangle for a boarder and positions some graphical elements around the control to create the boarder effect I desired. In the control I have overriden the onpaint event and added the code to draw my rectangle and position my graphic items:
|
| Error ORA-00923 | 24 Jan 2004 04:28 GMT | 1 |
I can not make the databound Navigator (Superexpert Data Form) work on Oracle using the OLEDB part of it I get the following error One or more errors occurred during processing of command. ORA-00923: FROM
|
| ControlDesigner Question | 24 Jan 2004 04:26 GMT | 1 |
I'm deriving a Designer from ControlDesigner. The control is working pretty nicely now. What I'd like to add is a verb response that will put the control into an interactive design mode (where some of the properties can be modified a bit
|
| Accessing Web User Control from code behind | 24 Jan 2004 00:05 GMT | 1 |
How come I am unable to access the properties and methods of my Web User Control from the codebehind of an aspx page Any ideas how how to do this -mike
|
| Why is the PropertyDescriptor's GetValue method called multiple times when selecting the descriptor into the PropertyGrid? | 23 Jan 2004 21:26 GMT | 4 |
i have a scenario in which i am using a ICustomTypeDescriptor in combination with an inherited PropertyDescriptor class to display information about an object using the PropertyGrid provided with .NET. I'm am using C#, and have noticed that the GetValue method which is overridden ...
|
| WebControl, CssStyleCollection and ViewState | 23 Jan 2004 17:15 GMT | 4 |
Does anyone know how the Style property of the WebControl class persists between calls as if it's added to the ViewState? CssStyleCollection is not serializable. The following scenario leads me to believe it is being stored in
|
| Large memory control questions | 23 Jan 2004 13:21 GMT | 1 |
I have an ASP.NET control that can generate up to 200K in memory on a per request basis. It reads a series of files, manipulates them in memory and then writes them out together as a single response stream. This is unavoidable given what I'm doing with them.
|