473,386 Members | 1,812 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

How to suspend end-users using ASP.Net's user management?

Hi All,

We use the ASP.Net end-user management system.

How to "Suspend" and "UnFreeze" end users?
Our web app should have a web form that allows our customers
to temporarily suspend one of their end-users.
(This is NOT locking users when they type wrong passwords).

This link didn't help;
ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_aspnetcon/html/6c780a07-9078-4747-8536-0bc599f3f427.htm

Have a nice day,

Ofer

Sep 27 '06 #1
4 1534
Uh, what is the "ASP.Net end-user management system.?"

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP 43°2'17"N 88°2'37"W : 43°2'17"N 88°2'37"W

"Ofer" <Of**@discussions.microsoft.comwrote in message
news:B5**********************************@microsof t.com...
Hi All,

We use the ASP.Net end-user management system.

How to "Suspend" and "UnFreeze" end users?
Our web app should have a web form that allows our customers
to temporarily suspend one of their end-users.
(This is NOT locking users when they type wrong passwords).

This link didn't help;
ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_aspnetcon/html/6c780a07-9078-4747-8536-0bc599f3f427.htm

Have a nice day,

Ofer

Sep 27 '06 #2
I only have VS2003 / 1.1 here currently but from memory, there is an
"IsActive" field in the Membership table.
Write some code that sets it to true/false as desired.
I'm not sure if there are any built in controls to do it easily.

Ofer wrote:
Hi All,

We use the ASP.Net end-user management system.

How to "Suspend" and "UnFreeze" end users?
Our web app should have a web form that allows our customers
to temporarily suspend one of their end-users.
(This is NOT locking users when they type wrong passwords).

This link didn't help;
ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_aspnetcon/html/6c780a07-9078-4747-8536-0bc599f3f427.htm

Have a nice day,

Ofer
Sep 27 '06 #3
ASP.Net 2.0 has the built-in login control and a complete end-user-management
system.

"clintonG" wrote:
Uh, what is the "ASP.Net end-user management system.?"

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP 43°2'17"N 88°2'37"W : 43°2'17"N 88°2'37"W

"Ofer" <Of**@discussions.microsoft.comwrote in message
news:B5**********************************@microsof t.com...
Hi All,

We use the ASP.Net end-user management system.

How to "Suspend" and "UnFreeze" end users?
Our web app should have a web form that allows our customers
to temporarily suspend one of their end-users.
(This is NOT locking users when they type wrong passwords).

This link didn't help;
ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_aspnetcon/html/6c780a07-9078-4747-8536-0bc599f3f427.htm

Have a nice day,

Ofer


Oct 22 '06 #4
Do you mean "IsApproved"?
Thanks

"le*********@hotmail.com" wrote:
I only have VS2003 / 1.1 here currently but from memory, there is an
"IsActive" field in the Membership table.
Write some code that sets it to true/false as desired.
I'm not sure if there are any built in controls to do it easily.

Ofer wrote:
Hi All,

We use the ASP.Net end-user management system.

How to "Suspend" and "UnFreeze" end users?
Our web app should have a web form that allows our customers
to temporarily suspend one of their end-users.
(This is NOT locking users when they type wrong passwords).

This link didn't help;
ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_aspnetcon/html/6c780a07-9078-4747-8536-0bc599f3f427.htm

Have a nice day,

Ofer

Oct 22 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Keith Langer | last post by:
I have an application which consists of a main work thread and multiple threads which each maintain a TCP socket. When a configuration change occurs, all activity on the socket threads must be...
8
by: Wim | last post by:
My GUI application starts a process (a console program) when the user hits Play. I would like to add an option to pause that process. The code I've added to detect if the user hit pause/unpause...
1
by: Sakharam Phapale | last post by:
Hi All, In following example, while playing file, if thread goes in WaitSleepJoin state, due to Thread.Sleep method. Now I want to suspend thread by clicking on cmdSuspend button. I have...
2
by: Joe | last post by:
I need to suspend this event while I change the SelectedItem property. I can't have the event be fired in this case because the event will cause the same method to be called again. Is there...
4
by: am | last post by:
Hi to all. I have a little problem. I'm working with threads, and I need to abort or suspend them, but many experts dissuade from use Thread.Abort and Thread.Suspend. As I didn't find other way,...
7
by: Ford Prefect alias Armin | last post by:
I want to start a Thread and wait till the Thread has been stopped (via Suspend) How to do this. Sub Test Start Thread Wait Till Stopped Go on with this code as sone as the Thread has...
2
by: juky | last post by:
Hi all, I have a loop in the thread checking for a particular service status, whenever the status changes to "stopped" a RaiseEvent is generated by thread and another function runs. At the same...
6
by: Buddy Home | last post by:
Hello, I want to understand whats the best way to write code to replace Thread.Suspend, Thread.Resume and Thread.Abort. I have lots of code calling these existing methods and want to minimize...
3
by: anandkhinvasara | last post by:
I access certain tables of SQL Server on Access front-end. I want to suspend all the activities on front - end till the job on SQL Server is over. Any ideas how I about it ? Thanks, Anand
0
by: michael.spoden | last post by:
Hi, I'm working with DB2 UDB V8.2 Fixpak 14 on Linux. Since two days the 'set write suspend on database' command takes multiple hours in our backup script in the night. Theres more or less no...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.