Click here to Skip to main content
15,906,329 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to insert data Pin
led mike5-Jul-07 4:42
led mike5-Jul-07 4:42 
QuestionRegistry Problems NullException Pin
StevenWalsh5-Jul-07 3:47
StevenWalsh5-Jul-07 3:47 
AnswerRe: Registry Problems NullException Pin
Christian Graus5-Jul-07 3:55
protectorChristian Graus5-Jul-07 3:55 
AnswerRe: Registry Problems NullException Pin
NassosReyzidis5-Jul-07 3:56
NassosReyzidis5-Jul-07 3:56 
GeneralRe: Registry Problems NullException Pin
StevenWalsh5-Jul-07 4:09
StevenWalsh5-Jul-07 4:09 
GeneralRe: Registry Problems NullException Pin
Christian Graus5-Jul-07 4:22
protectorChristian Graus5-Jul-07 4:22 
GeneralRe: Registry Problems NullException Pin
StevenWalsh5-Jul-07 4:42
StevenWalsh5-Jul-07 4:42 
Questionuser id,password.etcc.. Pin
myat_035-Jul-07 3:05
myat_035-Jul-07 3:05 
this is the problem

Create a User class. This class should at least contain the following fields:
User ID
Password
First Name
Last Name
E-mail Address
Status - valid values are 'Inactive', 'Active', 'Deleted'
Define constructors that accept the following parameter lists:
All parameters: User ID, Password, First Name, Last Name, E-mail Address, Status
User ID, Password and E-mail Address
User ID and Password Only
** The status field should be initialized to 'Active' upon creation
** Constructors 2 and 3 should use a constructor initializer

Define read-only properties that return the following:
IsActive – whether or not the account's status is active
FullName – a concatenation of the account's first and last names
Define additional properties that behave as follows:
UserID
Set operation should ensure the user id does not start with a digit and should only update the user id field if the given value is valid
Get operation just returns the user id
Password

pls help me...Cry | :(( Cry | :(( Cry | :((

just notify me through my email...


......

JokeRe: user id,password.etcc.. Pin
originSH5-Jul-07 3:10
originSH5-Jul-07 3:10 
GeneralRe: user id,password.etcc.. Pin
myat_035-Jul-07 3:25
myat_035-Jul-07 3:25 
GeneralRe: user id,password.etcc.. Pin
originSH5-Jul-07 3:36
originSH5-Jul-07 3:36 
GeneralRe: user id,password.etcc.. Pin
Christian Graus5-Jul-07 3:56
protectorChristian Graus5-Jul-07 3:56 
AnswerRe: user id,password.etcc.. Pin
Christian Graus5-Jul-07 3:19
protectorChristian Graus5-Jul-07 3:19 
AnswerRe: user id,password.etcc.. Pin
Paul Conrad5-Jul-07 6:02
professionalPaul Conrad5-Jul-07 6:02 
QuestionChange column title in DataGrid Pin
Muhammad Gouda5-Jul-07 2:20
Muhammad Gouda5-Jul-07 2:20 
AnswerRe: Change column title in DataGrid Pin
kubben5-Jul-07 2:28
kubben5-Jul-07 2:28 
GeneralRe: Change column title in DataGrid Pin
Muhammad Gouda9-Jul-07 21:21
Muhammad Gouda9-Jul-07 21:21 
Questionmp3 seek [modified] Pin
tradakad5-Jul-07 2:09
tradakad5-Jul-07 2:09 
AnswerRe: mp3 seek Pin
Christian Graus5-Jul-07 2:19
protectorChristian Graus5-Jul-07 2:19 
GeneralRe: mp3 seek Pin
tradakad5-Jul-07 2:42
tradakad5-Jul-07 2:42 
GeneralRe: mp3 seek Pin
Christian Graus5-Jul-07 2:53
protectorChristian Graus5-Jul-07 2:53 
GeneralRe: mp3 seek Pin
tradakad5-Jul-07 3:25
tradakad5-Jul-07 3:25 
QuestionProcess problems Pin
SilvermanDK5-Jul-07 2:01
SilvermanDK5-Jul-07 2:01 
QuestionOnline Radio Pin
atulonweb@hotmail.com5-Jul-07 1:36
atulonweb@hotmail.com5-Jul-07 1:36 
AnswerRe: Online Radio Pin
Christian Graus5-Jul-07 2:20
protectorChristian Graus5-Jul-07 2:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.