blah blah blah is here! blah blah » Close

0
votes
0 answers

Extract string value from query, assign to user with Roles.AddUserToRole?

I'm stuck on what might be some simple ASP.NET syntax: I have a page that allows a user to enter a code into a textbox, and then checks that code against a database table to return the values of one specific table row (if the code was corre ...

0
votes
0 answers

How to add an "enroll code" feature to default ASP.NET Membership provider?

I am trying to modify the default ASP.NET 2.0/3.5 membership provider so that the user is required to enter an "enrollment code" either during or after creating an account with the CreateUserWizard control. 1. When or after a ...

Feedback