all groups > asp.net building controls > january 2006 > threads for january 22 - 28, 2006
Filter by week: 1 2 3 4 5
Discovering CSS refs in page custom control resides during design time.
Posted by HTML at 1/27/2006 9:26:55 AM
Hi,
I have custom controls that let developers apply CSS styles depending on the
state of the control. They can do this at run-time and also at design-time
in the properties pane. They currently need to type in the style class they
want to use. I would like to give the control the abilit... more >>
MaskedEdit in ASP.NET 1.1
Posted by Alex C. Barberi at 1/26/2006 6:53:03 AM
How would I make a masked text box, like the MaskedEdit control from VB6 or
the Mask property in .NET 2, in ASP.NET 1.1?
--
Alex C. Barberi
Chief Executive Officer
VisionForce
http://www.visionforceweb.com
... more >>
Order of events called in a custom control
Posted by Eddie Chan at 1/25/2006 5:01:30 AM
Dear Sir,
I have a question on the order of event called during using a custom
control when in
1. not IsPostBack and 2. IsPostBack situation
I have an aspx file with the following code.
<%@ Page Language="C#" CodePage="65001" Debug="true"
autoeventwireup="True" %>
<%@ Register TagPref... more >>
Dynamic Control
Posted by Bishoy George at 1/24/2006 4:31:07 PM
Hi,
I made a page with a button , when I click that button ---> a new TextBox
object is displayed.
I made the following code but the bug is:
Every time I click the button ---> a new TextBox appear but the previous one
DISAPPEARS!!!!
Could you fix it for me, please?
//.aspx page
//---... more >>
Template control not displaying Container properties
Posted by fusionmaster at 1/24/2006 6:12:02 AM
I am trying to create a templated control for asp.net 2.0 using the example
found in the documentation, however when outputing <%# Container.Message %>
it always returns an empty string. Please help.
control code:
using System;
using System.Web;
using System.Web.UI;
namespace Templa... more >>
Update Property that mapped to a child control's property ?
Posted by Samuel at 1/23/2006 1:55:02 AM
Hi,
I am developing a composite control for my own use and I am not sure what
the best practice is with regards to updating child control's property from a
mapped property on the custom control.
Should I
1) update the child control's property in the Setter of the composite
control's... more >>
|