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
Can you post the code that you are using?
currently i am creating just simple form but i want when user click same address so it fill up same address but when user chose another adress so he fiilled up and then it save in sql server
How you want to do it? Using javascript or VB?
vb.net
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.