User HTML Controls

S

Slawek

Hi, I have a problem that I can't resolve. I have created a user control
which is included in asp.net page (<@register...etc). All I need is to move
this control from one place on the page to another(in Page_Load method). For
example my control belongs to one cell (<td>) tag and I have to move it to
another cell(<td>). In c# code I use <new tag>.Controls.Add(mycontrol) and
it works perfect, accept that after moving control, all events for my
control are fired twice(for example Load in my control and even pressing
button in it). It looks like after adding control to new tag there is two
instances of my control on the page. Because of this my application works
improperly. I don't know how to fix it. Any suggestions ??

Regards
Slawek
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,263
Messages
2,571,064
Members
48,769
Latest member
Clifft

Latest Threads

Top