multipart forms with asp.net

  • Thread starter Thread starter Max
  • Start date Start date
M

Max

What's the most appropriate method for multipart forms? I've found in VS.NET
it's pretty simple to put all the parts on one page, rather than use
multiple pages. I've separated each of the parts in their own separate
table, and just cycled thru each part by manipulating each table's .visible
property. However, this seems a little congested, and I'm wondering if there
is a more automatic way?

-Max
 

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