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

C#

 
GeneralRe: c# Pin
Colin Angus Mackay11-Jul-07 5:27
Colin Angus Mackay11-Jul-07 5:27 
GeneralRe: c# Pin
Guffa11-Jul-07 5:29
Guffa11-Jul-07 5:29 
AnswerRe: c# Pin
Colin Angus Mackay11-Jul-07 5:27
Colin Angus Mackay11-Jul-07 5:27 
AnswerRe: c# Pin
PhilDanger11-Jul-07 5:30
PhilDanger11-Jul-07 5:30 
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 
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 
Of course it depends on base class property declaration.
BTW
public virtual bool EnablePasswordReset;
{
   get { return m_EnablePasswordReset; }
}

defines a read-only property, maybe the base class author considered a bad thing allowing public write access to the variable.
Big Grin | :-D



If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

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 

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.