| Thread | Last Post | Replies |
|
| Passing in a parameter | 09 Feb 2005 15:39 GMT | 3 |
I've declared my usercontrol in the normal way (page directive) and to load it I'm doing: <webapp:menu runat="server" />. However, is there a way I can pass a parameter into it as this menu will be used on a number of pages and on each page it needs to show the same info, but ...
|
| Control not getting value | 09 Feb 2005 14:33 GMT | 4 |
I've written the below server control which only half works! When I complie and include the server control into a project I can get connectionString but not storedProcedure, it always errors saying it's null, yet the code (seems) is the same. Can anyone shed any light on this? ...
|
| Custom template in Repeater | 08 Feb 2005 20:10 GMT | 1 |
I want to add another template to the templates that are already available with the repeater control. This is what I have done so far... Created a class that inherits from WebControl and implements
|
| PersistChildrenAttribute class and collections in design-time prob | 08 Feb 2005 16:26 GMT | 1 |
I have a problem with maintaning the elements of a collection in design time. I have a custom webcontrol, which in turn has a collection of child controls. When I use the PersistChildenAttribute class, this collection is not maintained when viewing the control in design time. In ...
|
| Menu Control - Recommendations | 08 Feb 2005 00:03 GMT | 1 |
We are looking at developing a web application, that we wish to be menu driven (would like to have a drop down menu bar). Also the menu needs to be dynamically build from a database file. The application will be installed on several servers, for a variety of
|
| Web Custom Control, design-time property doesn't change attribute | 07 Feb 2005 00:41 GMT | 2 |
This seems to be a simple problem, but I am unable to figure out what is wrong: I have a Web Custom Control, with two properties (both are strings). When I change these properties in the property editor, everything goes ok,
|
| How to Make Calculator in ASP and Cold fusion | 06 Feb 2005 21:40 GMT | 3 |
Can any one tell me how to make calculator in asp and cold fusion. post your option here please Asim
|
| Design-time property change on webctl not saved | 06 Feb 2005 02:29 GMT | 1 |
I have a WebControl with 2 properties. In the properties window I change one of them. Internally I would like to set another property to a default value. When I do this, the first property (the one changed in the properties window) gets changed and updates the HTML in the ...
|
| resolving relative ~ paths | 03 Feb 2005 03:28 GMT | 1 |
Is there a function that will replace the ~ in a relative path with the virtual directory, so I can use the path in clientside javascript? Thanks Stephen.
|
| Insufficient state to deserialize the object | 02 Feb 2005 15:39 GMT | 2 |
In our development team we want to load into the VS toolbar a control library from a network drive. When we load it to the toolbox we get an error from the IDE: "Insufficient state to deserialize the object. More Information is
|
| Attaching a validator to a composite control | 02 Feb 2005 01:14 GMT | 2 |
I would like to have my control provide a Required property, and if this property is true, attach a RequiredFieldValidator. This approach works fine for a 'simple' control, but it fails for a composite control, where the control is implementing INamingContainer.
|