Y
Yossi
Several User-Controls are included in my .aspx file. In
addition, one Submit button is used to post all the .aspx
file data. I would like to manage the fields of a
specific User-Control within the control in a standard
way.
When a submit button is placed within the User-Control,
everything work just fine. If the button is placed
outside the control (so it can enable submition of all
the .aspx's data - and not just the control-relevant
data), I get prefixes for form-fields of the controls
(i.e: cl2:username etc.) and some of the data is lost (in
case of user-control upload-files input fields).
What should I do in order to let each control manage its
self data ?
Thanks in advance,
Yossi
addition, one Submit button is used to post all the .aspx
file data. I would like to manage the fields of a
specific User-Control within the control in a standard
way.
When a submit button is placed within the User-Control,
everything work just fine. If the button is placed
outside the control (so it can enable submition of all
the .aspx's data - and not just the control-relevant
data), I get prefixes for form-fields of the controls
(i.e: cl2:username etc.) and some of the data is lost (in
case of user-control upload-files input fields).
What should I do in order to let each control manage its
self data ?
Thanks in advance,
Yossi