all groups > asp.net building controls > january 2006 > threads for january 8 - 14, 2006
Filter by week: 1 2 3 4 5
CreateChildControls() always has default values for properties
Posted by Christophe Peillet at 1/14/2006 4:20:02 AM
I am trying to develop a composite control that renders in a specific layout,
depending on the value of the custom LabelPosition property. The 'layout' of
the rendered control will change depending on whether the value of
LabelPosition is set to Left, Right, Top, or Bottom, as can be seen in ... more >>
Very Strange Problem! (Derived Controls) - Help!
Posted by Sosh at 1/13/2006 12:32:12 PM
Hi,
I'm pulling my hair out trying to work this out. Pehaps I am
missunderstanding something - hopefully someone can shed some light on this:
1) I have a class library that contains a bunch of custom web controls. Two
of these controls are derived from the TextBox control, and overide the
... more >>
Design Time Support for custom User Controls
Posted by Darren Clark at 1/13/2006 12:37:02 AM
Is there any way to get the UserControl designer(or my own designer) to
create a class other than UserControl at design time? Or to find out what the
actual class of a UserControl is at design time?
Specifically the situation I have is this:
First the classes...
public abstract class A
... more >>
Is it possible to do this? Server Control Designer help needed......
Posted by Ian at 1/12/2006 12:40:11 PM
I have created a server control which relies heavily on an image
generating httpHandler. This in-turn relies on the developer adding a
few lines into the web.config / machine.config.
What I would like is to somehow test whether the config file has this
httpHandler. If not then give the develo... more >>
Intercept when my control dropped on a WebForm
Posted by Vipeo at 1/12/2006 4:46:02 AM
Hi All!
I need to intercept the event when my control dropped on a WebForm (or
manually added by changin page's source HTML). I know about
IComponentChangeService and its ComponentAdding event, but in which class
should I use it?
Thank you for any help.... more >>
Collection Property of Another Custom Server Control
Posted by Sean at 1/11/2006 1:59:02 PM
Hi,
I read more and figured out how to build what I needed:
<cc>
<item></item>
<item></item>
</cc>
when <item> is an editable control in designer and I can drag and drop
controls in it.
The problem I'm having is to preserve user values on postbacks.
I found posts that recommend IS... more >>
Custom control on html page fails after VS project created
Posted by Craig at 1/11/2006 10:35:04 AM
I created a virtual directory and in the folder created an html file
which includes an <object classid=...> tag that references a simple
windows forms control dll. This works perfectly. Control displays as
expected.
I then used Visual Studio to create a new C# Web Appliation on the
virtual ... more >>
Adding action buttons to my control's design-time properties page
Posted by object01 NO[at]SPAM gmail.com at 1/9/2006 6:38:42 AM
I've seen controls like the DataAdapter provide clickable hyperlinks
(well, maybe not hyperlinks, but blue underlined text) in the
description panel of its Properties page. I'm building a subclass of
an ASP.NET Image control, and would like a button in its Properties
page labeled "Fit." When c... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|