user control

smriti

Regular
Joined
Jan 7, 2005
Messages
54
Hello Friends,

I have one problem. I have one datagrid. In the footer section of the datagrid I added textboxes
for inserting a new row into the datagrid.In my footer section I put 4 textboxes and one user control.
The user control consists of a textbox and a button. Whenever I click the button a calender is
displayed. If I select a date that date is bound to the textbox.

Upto now is fine.But my problem is whenver I insert a record.In the insert routine I find the controls by
using e.item.findcontrol("Controlname"). All 4 textboxes are found. But the usercontrol is not found.
How can I find the usercontrol.

If any one have the solution,Please let me know

Thanks in advance
 
Back
Top