Hello again,

so, I created own web user control, which looks like ordinary numericUpdDown component.

Then I created another web user control which contains a table with only one row and about ten cells. I gave another item into each cell. Two of them contains  the first web user control which looks the numericUpDown.

The problem is I cannot see it there! It's there but I just don't see it..

It looks like this:

CellPadding="0" CellSpacing="0">










I've read that web user control cannot be placed anywhere on absolut position, it's better to placed into a table for example and place somewhere the table, but I overlooked sth probably...

Thank you for your answer

Petr