Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: c# Pin
Leslie Sanford11-Jul-07 5:32
Leslie Sanford11-Jul-07 5:32 
GeneralRe: c# Pin
Colin Angus Mackay11-Jul-07 5:41
Colin Angus Mackay11-Jul-07 5:41 
GeneralRe: c# Pin
Sathesh Sakthivel11-Jul-07 18:28
Sathesh Sakthivel11-Jul-07 18:28 
AnswerRe: c# Pin
Leslie Sanford11-Jul-07 5:31
Leslie Sanford11-Jul-07 5:31 
JokeRe: c# Pin
Luc Pattyn11-Jul-07 5:58
sitebuilderLuc Pattyn11-Jul-07 5:58 
GeneralRe: c# Pin
Sathesh Sakthivel11-Jul-07 18:30
Sathesh Sakthivel11-Jul-07 18:30 
AnswerRe: c# Pin
Paul Conrad11-Jul-07 7:12
professionalPaul Conrad11-Jul-07 7:12 
Questionoverride issue Pin
Brendan Vogt11-Jul-07 4:50
Brendan Vogt11-Jul-07 4:50 
Hi,

I am creating a custom membership provider, one of the properties I had to override as follows:

public override bool EnablePasswordReset
{
get { return m_EnablePasswordReset; }
}

In my Initialize method I have to go and set m_EnablePasswordReset. I don't like setting private variables without using a property. Why can't I add a setter in this property like:

public override bool EnablePasswordReset
{
get { return m_EnablePasswordReset; }
set { m_EnablePasswordReset = value; }
}

I hope someone can help.

Regards
ma se
AnswerRe: override issue Pin
Luc Pattyn11-Jul-07 4:57
sitebuilderLuc Pattyn11-Jul-07 4:57 
AnswerRe: override issue Pin
CPallini11-Jul-07 5:04
mveCPallini11-Jul-07 5:04 
QuestionString parameter is not equal Pin
DyOswald11-Jul-07 4:28
DyOswald11-Jul-07 4:28 
AnswerRe: String parameter is not equal Pin
Luc Pattyn11-Jul-07 5:01
sitebuilderLuc Pattyn11-Jul-07 5:01 
GeneralRe: String parameter is not equal Pin
DyOswald12-Jul-07 5:15
DyOswald12-Jul-07 5:15 
GeneralRe: String parameter is not equal Pin
Luc Pattyn12-Jul-07 5:29
sitebuilderLuc Pattyn12-Jul-07 5:29 
GeneralRe: String parameter is not equal Pin
DyOswald13-Jul-07 3:36
DyOswald13-Jul-07 3:36 
QuestionDistribution license for Interop.ShockWaveFlashObjects.DLL Pin
Tapas Das11-Jul-07 3:29
Tapas Das11-Jul-07 3:29 
AnswerRe: Distribution license for Interop.ShockWaveFlashObjects.DLL Pin
Pete O'Hanlon11-Jul-07 3:35
mvePete O'Hanlon11-Jul-07 3:35 
QuestionRefresh DataGrid with Latest Values Pin
ramdil11-Jul-07 3:02
ramdil11-Jul-07 3:02 
AnswerRe: Refresh DataGrid with Latest Values Pin
Drew McGhie11-Jul-07 4:08
Drew McGhie11-Jul-07 4:08 
GeneralRe: Refresh DataGrid with Latest Values Pin
ramdil11-Jul-07 5:25
ramdil11-Jul-07 5:25 
GeneralRe: Refresh DataGrid with Latest Values Pin
Drew McGhie11-Jul-07 7:27
Drew McGhie11-Jul-07 7:27 
QuestionAutoCompleteStringCollection + Specified cast is not valid Pin
Nouman Bhatti11-Jul-07 3:00
Nouman Bhatti11-Jul-07 3:00 
AnswerRe: AutoCompleteStringCollection + Specified cast is not valid Pin
Scott Dorman11-Jul-07 3:29
professionalScott Dorman11-Jul-07 3:29 
QuestionIPC-Remoting call hangs Pin
BhaaL-san11-Jul-07 2:52
BhaaL-san11-Jul-07 2:52 
AnswerRe: IPC-Remoting call hangs Pin
michalburger24-Aug-10 1:00
michalburger24-Aug-10 1:00 

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.