| Thread | Last Post | Replies |
|
| Button Type | 31 Jul 2003 23:23 GMT | 2 |
Greets, The Button control is by default rendered as "Submit" type. I would like to change it to "Button" or "Cancel" if I choose. In the render event, I'm saying
|
| Page Access | 31 Jul 2003 14:49 GMT | 1 |
Is there a way, from inside a custom WebControl, that I can modify the attributes of the parent page? I ask because if a certain property is set in my WebControl, I would like it to add an attribute (onResize, for example) to the page's <Body> tag that calls some JavaScript it ...
|
| Toolbox icon | 31 Jul 2003 14:32 GMT | 1 |
Greets, When inheriting WebControl, how do I omit it from being added to the toolbox when I add items to the toolbox. Initially, it adds all the controls in the assembly to the toolbox. What if there is one I don't want added?
|
| Basic Question | 31 Jul 2003 14:30 GMT | 1 |
I am not sure if this is possible, but it's a simple enough situation that it seems as though it would be. I have a page main.aspx with a couple user controls in it Control1.ascx and Control2.ascx. I am attempting
|
| Readonly Checkbox? | 30 Jul 2003 17:07 GMT | 3 |
Well, I'm sure you guys know that the ASP.NET Checkbox control doesn't have a Readonly property. I'm writing an application where I need it to have, that is, I want to be able to set the Checked property in code, but if the
|
| Nested Composite Controls | 30 Jul 2003 15:29 GMT | 2 |
I have built a composite control that takes in XML and creates controls based on the XML. One of the controls that this composite control creates is itself a composite control. The problem that I am running into is that the second composite control is not receiving any
|
| border around controls | 30 Jul 2003 08:50 GMT | 2 |
How can I put a rectangular border around some controls (similar to the Frame control in VB6) ? NB: I cannot use the panel control bec some of my code is based on the panel control...
|
| Code for building a Control | 28 Jul 2003 12:42 GMT | 1 |
i want to write my first control in asp.net can anyone send me the code or related links thanks huzaifa
|
| Custom Property doesn't save values | 28 Jul 2003 12:41 GMT | 3 |
I've defined a custom control with the property of type string[]. If I assigned values to the property at design time, I can see these values in the control as expected. However if I compiled the application, all the values disappear.
|
| Drawing.Color Problem | 27 Jul 2003 02:08 GMT | 2 |
In creating a server control I added a property of type System.Drawing.Color. When the control is rendered, it generates a style that contains a style called "backgroundColor" that will hold the value of
|
| Nesting server controls with a composite control don't generate postback events | 26 Jul 2003 11:20 GMT | 2 |
I am new to web controls so please forgive me if my terminology is not 100%! I am attempting to develop a composite control, based heavily on the Chapter 16 sample code in James Henry's "Developing .NET Custom
|
| Templated data-bound server control design question | 25 Jul 2003 00:57 GMT | 4 |
I am working on an n-tier .NET application. The presentation is through aspx pages and custom data-bound server controls which use templates to separate interface from content. In all the samples I've seen regarding such controls, the templates are
|
| Loading a user controls in Design View | 24 Jul 2003 16:25 GMT | 3 |
I have designed and built a web control that loads a user control at run time. The question I have is, can I Load the user control in design view? Any Ideas or code snippets would be really useful. Thanks a bunch
|
| Calling .NET Assembly from JavaScript... | 24 Jul 2003 15:45 GMT | 1 |
I have a requirement to call .NET assembly (Custom component) from thin client Page (ASPX). This Assembly talks only TCP/IP with an external server and hence cannot interact over HTTP.
|
| Event not firing. Adding controls dynamically to UserControl | 23 Jul 2003 22:18 GMT | 5 |
I am adding controls to the UserControl dynamically and then loading the UserControl Dynamically.But I am facing problem with firing of click event of one of the buttons within the UserControl.It does not fire.
|