Hello all. I am using WebForms, ASP 4.5 and VB.NET (Visual Studio 2012) for a project I am working on. Here's the gist... I need to simply add some fields to the registration form. (No MVC yet.... still learning my ropes with C#). I tried using the CustomProfileProvider method and it didn't fully work. Crashed on me even though from what I saw everything was perfectly setup. Still, i was suggested a SimpleMemberShip method... but most of the tutorials I find online are for MVC and in C#. I fully understand how it works; and heck its the ideal solution for me; but I can't for the love of God get it working. So here I am... stuck..... unable to move on :P!
What I need is simple... when the user registers he should obviously input his username, password, email PLUS his Name, Last Name and a value from dropdown list. I will call this value from the DDL (saved in a table) for other purposes which is why I need the
data separate and not in the default blob that ASP makes. I honestly don't know how to proceed so any pointers/help would be really, really appreciated.