kvarnerexpress 0 Report post Posted November 3, 2005 I?m working on an Invoice page. The user may edit some of the vars on the page. Then The user will want to re calculate the totals. Then after seeing the re calculated totals then I will want to submit this info to the next page where the data will be put into a DB. The question is how do I do this without using 2 forms, It looks like you can not put a form with in a form. Yet it looks like that?s the only way to be able to pass the vars iEither to the page where were calculate the vars, or the other page where we submit the data to the DB.Thanks for the help,kvarnerexpress Share this post Link to post Share on other sites
leiaah 0 Report post Posted November 3, 2005 hey there! I'm not sure if you can put a form within the form and actually get both of them to work. I think with regards to the form you are making, you can make use of hidden fields to 'keep' values in the form. That way you only use one form and not two. I hope this somehow gave you an idea. Share this post Link to post Share on other sites
tats 0 Report post Posted October 17, 2007 Form within a Form ? that is posible with Parent and Child Relationship in VB.NET or the MDI.....simply declare the form1 as parent then create form2 as child.please refer here, http://ww17.startvbdotnet.com/forms/mdi.aspxi hope thats what you are trying to find. Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted October 17, 2007 They were probably looking for an html/php solution.And do you realize you are replying to a 2 year old Topic?Closed. Share this post Link to post Share on other sites