A
Andy B
In Visual Studio 2008, I plan on creating the default membership provider
and rolls in a custom database (through the web admin tool). I need to know
how I would access user/login info and general things like that through
code. More exactly, I have an sql query that will require the userID of the
currently logged in user as a filter for different records. It will also
require that I insert the userID of the created user into the record. So, I
guess I will need to create users on the fly through custom code as well.
Where can I get tutorials and stuff on these ideas?
and rolls in a custom database (through the web admin tool). I need to know
how I would access user/login info and general things like that through
code. More exactly, I have an sql query that will require the userID of the
currently logged in user as a filter for different records. It will also
require that I insert the userID of the created user into the record. So, I
guess I will need to create users on the fly through custom code as well.
Where can I get tutorials and stuff on these ideas?