X
xkeops
I'm working in VS2003 VB.NET environment.
I created a based class template (BasePage) and there is a new aspx
win form (winform1.aspx)
inheriting BasePage.
In winform1.aspx I have added a new usercontrol uc1 and in uc1 I have
a textbox and a
save button (btn_Save).
When I click the save button the btnSave_Click event doesn't fire.
Only second time I click it does.
What am I doing wrong? I need to save the usercontrol data and I was
thinking to put the
code inside my uc1.
Thanks,
xke
I created a based class template (BasePage) and there is a new aspx
win form (winform1.aspx)
inheriting BasePage.
In winform1.aspx I have added a new usercontrol uc1 and in uc1 I have
a textbox and a
save button (btn_Save).
When I click the save button the btnSave_Click event doesn't fire.
Only second time I click it does.
What am I doing wrong? I need to save the usercontrol data and I was
thinking to put the
code inside my uc1.
Thanks,
xke