Click here to Skip to main content
16,012,316 members

Comments by Erlend neergaard (Top 2 by date)

Erlend neergaard 29-Nov-11 18:08pm View    
Cheers! I'll check out EWS.
Erlend neergaard 29-Nov-11 9:26am View    
I see. Not sure if I can help you. If the line does now have to be drawn you could put a hidden label with the text "---------" between the two boxes and make it visible when the radiobutton is pressed:

protected void changeCustomControl()
{
DashLabel.Visible = true;
}