| Thread | Last Post | Replies |
|
| Re-Use Web.UI.UserContol in other web-app | 31 Jul 2005 13:59 GMT | 1 |
I'm at this time doing some prototypeing with several self-made web-user-controls, I'd like to be able to use these controls in at least 2 web-projects but find myself wondering how to deal with this. I've already tried setting up the controls in a seperate web-app, but than I
|
| Custominzation Calendar control in ASP 2.0 | 29 Jul 2005 05:19 GMT | 1 |
I would like to develop control which will contain Calendar with some addition logic in each cell. I found the way to customize each sell using Calendar1_DayRender method which alow to : TableCell c = ((DayRenderEventArgs)e).Cell;
|
| tag = only property.get gets called | 28 Jul 2005 17:41 GMT | 1 |
I've got: <ParseChildren(True)> _ Public Class UserElement Inherits WebControl
|
| LoadPostData not firing | 28 Jul 2005 16:01 GMT | 7 |
I am trying to create a control that inherits from ListControl. I am implementing the IPostBackDataHandler, but the LoadPostData method is never called. I've read that in addition to implementing these methods, one of the html
|
| Problem Working with Composite Control | 28 Jul 2005 01:08 GMT | 3 |
I have designed a control derived from WebControl, which contains lis of another control derived from PlaceHolder,INamingContainer. The UML design of the Class is attached ..[image: ClassDesign.JPG] Now the problem is..
|
| add reference for System.Web.UI.webcontrols which dll? | 27 Jul 2005 17:06 GMT | 5 |
Which dll should i add a reference to to get this. i've added System.Web.UI, but this does not give me WebControls. thanks kes
|
| Good application frameworks? | 27 Jul 2005 12:54 GMT | 1 |
Any recommendations for general application frameworks that sit on top of .net to make writing web apps easier? Basically along the lines of the MS Application Blocks where things like handling error trapping, configuration, database stuff are handled. But also extending into ...
|
| casting custom classes | 27 Jul 2005 10:51 GMT | 2 |
Namespace system.web.ui Public Class ReplacableControlCollection Inherits ControlCollection End Class
|
| ambiguous match found | 26 Jul 2005 01:38 GMT | 2 |
see code & error below. i noticed that the page parser only calles the set property so i decided to program it like below so that the set property can be called by the page parser while the get property is still availible for programming.
|
| Parsing nested Tags | 22 Jul 2005 12:49 GMT | 1 |
i'm a bit stuck at the following problem and hope any of you can provide me wit a nice solution: I have a company with multiple employees. When creating a company control i can define a property "employee" of
|
| Radiobutton view state is gone... | 22 Jul 2005 00:49 GMT | 1 |
Hi ... I an building a web form with a usercotrole on the usercontrole i have several Radiobuttons not in list but in in Group. so they are single radio buttons. connected by a group name.
|
| Need to update other WebControls when switching from html to design view | 21 Jul 2005 02:50 GMT | 2 |
I have a set of WebControls that have a common base class where the base class contains a "bool" property that all controls on a single Page need to match. Basically, change one control's bool property changes them all. If you stay in "Design" view, everything works and
|
| How do you prevent postback data from being loaded into controls? | 21 Jul 2005 01:17 GMT | 2 |
I've got a form that dynamically adds a DropDownList control to a page. After the page is posted back the the code behind rebuilds the control and resets the selected item. Problem is that the postback data overrides what the code did. I would assume that no matter what it
|
| dynamic loading - click event won't fire | 20 Jul 2005 19:23 GMT | 2 |
I have a login control. As I add this control at design time, the control login_button_Click event got called. However, it doesn't do the same as I add this control dynamically. Here is how I load the ctrl dynamically
|
| ControlToValidate | 20 Jul 2005 18:20 GMT | 3 |
I've created a custom server control that is essentially a control collection. Inside this is a textbox that I'm attempting to validate using a validation control assigned to the main control collection. I have a public property that exposes the internal textbox ID so the ...
|