| Thread | Last Post | Replies |
|
| DataGrid subclass - design time problem | 04 Mar 2005 19:30 GMT | 2 |
I created a custom control which is a simple subclass of the DataGrid. I wanted to display a message when the DataSource is empty. Right now I am assuming the datasource is a datareader. The problem is in design mode. I get the error "Error in displaying...".
|
| Custom User Control and packaging into a dll | 03 Mar 2005 23:37 GMT | 5 |
I have been experimenting creating a User Control and overriding its Render method so that I have no reliance on an external ascx file and can package this control into a dll. I dynamically create my controls in Page_Load() and everything works fine
|
| Compiling a CustomControl.vb file | 03 Mar 2005 19:40 GMT | 4 |
When writing custom controls, how exactly is a .vb file compiled (manually)?? As you understand I'm new to this, and will be greatful for any (detailed) help and explanation.
|
| Why cant i send text to my usercontrol? | 02 Mar 2005 20:45 GMT | 1 |
I have med the most simple usercontrol with one textbox. Just for testing and to learn more about usercontrols. The problem: I want to put text into my usercontrol texbox and read from it but its never
|
| Viewstate problem | 02 Mar 2005 01:54 GMT | 3 |
I'm developing a custom control that renders a calendar in a html table. (in C#) Let me tell first that is not <asp:calendar> builtin control. To change the current week (weekly view of the calendar), i've added two <a>
|
| Composite Control Designer Question | 01 Mar 2005 14:07 GMT | 1 |
I have built a composite control that consists of a textbox and a button that performs a whois lookup. How do i get the control to update its appearance when in design view of a webform after a property has been changed. I assume it has to do with creating a composite control ...
|