Several User-Controls in one .aspx file

  • Thread starter Thread starter Yossi
  • Start date Start date
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
 
Yossi,
Is this about a VB.net WebProject with self made VB.net usercontrols in the
VB.net language?
Or are this usercontrols added to the aspx webform?
Cor
 
Yes, It is about a VB.net WebProject with self made
VB.net usercontrols in the VB.net language.
 
Back
Top