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 ...

1
votes
0 answers

Login control asp.net

btab
30

Hello I'm using Visual Studio 2008 (webdeveloper express), and after watching some tutorial videos on asp.net about the login control which were made in same application I use I'm now a bit confused. In the tutorial when they create a ...

Feedback