I'm in the process of creating a form with a billing and mailing address. How do I create a "SAME AS ABOVE" TEXT box but yet still allows for a different address to be supplied on the form. I'm not too sure on how to code this need so any and all help is and well be appreciated.I AM USING VB.NET 2005 AND SQL SERVER2005
OK so for that do as I say
1. For the same as above checkbox add checkchanged event and set Autopostback true
2. Then in that event check if checkbox checked is true. If it is then copy the TextBox values from First Address to second one
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.