You are currently viewing the BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
How do I grab information from a non-editable textfield and pass it for email?
I need some help on this if you will. I have some non-editable textfield iin a form one of which is email address. I want grab the email address and email the form link to that specific person. How do I do this in VB.NET?
July 16th, 2012, 01:42 AM
AnnieCalvert
Guest
Posts: n/a
Have you tried using the STL? There is an algorithm called next_permutation which given a range will return true on each subsequent call until all permutations have been encountered. Works not only on strings but on any "sequence" type. http://www.dapfor.com/en/net-suite/n...l/data-binding