You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 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
i use profile provider in the web.config i have data example below
....
<add name="FirstName" type="String" />
<add name="LastName" type="String" />
.... and so on
so i want to get data from asp_profile in GridDetails, How i can do this?
yes, my question is the same that question, but when i test by you suggest it don't show other data such as firstName, lastName, ... from Membership profile that obtained in asp_profile table