Web form(.aspx)??

  • Thread starter Thread starter al
  • Start date Start date
A

al

Greetings,

Can I include web forms(.aspx) in another web form just like
user-control(.ascx)? If so, how please???


Adel
 
I dont' think that's going to work, since each .aspx would have its own
form, etc, and you wouldn't be able to have the form from the included .aspx
post to it. If you have something that needs to be on 2 forms, make it a
user control, and then re-use it on each form.
 

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

Back
Top