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

C#

 
AnswerRe: movable rectangle on image Pin
PhilDanger11-Jul-07 8:25
PhilDanger11-Jul-07 8:25 
GeneralRe: movable rectangle on image Pin
R.Myers11-Jul-07 9:01
R.Myers11-Jul-07 9:01 
QuestionC# enum with string arrays Pin
saymajum11-Jul-07 6:51
saymajum11-Jul-07 6:51 
AnswerRe: C# enum with string arrays Pin
MidwestLimey11-Jul-07 6:59
professionalMidwestLimey11-Jul-07 6:59 
AnswerRe: C# enum with string arrays Pin
PIEBALDconsult11-Jul-07 10:56
mvePIEBALDconsult11-Jul-07 10:56 
Questionerror handle [modified] Pin
daku111-Jul-07 6:44
daku111-Jul-07 6:44 
AnswerRe: error handle Pin
MidwestLimey11-Jul-07 6:57
professionalMidwestLimey11-Jul-07 6:57 
QuestionMembership.HashAlgorithmType Property Pin
Brendan Vogt11-Jul-07 6:22
Brendan Vogt11-Jul-07 6:22 
Hi,

On MSDN this property looks like:

public static string HashAlgorithmType { get; }

When I try to override it I get an error. My code:

public override string HashAlgorithmType
{
get { return m_HashAlgorithmType; }
}

Error:

Error 81 'My.Web.Security.MyMembershipProvider.HashAlgorithmType': no suitable method found to override

I don't know why I am getting this error. Please can someone advise?

Regards
ma se
AnswerRe: Membership.HashAlgorithmType Property Pin
Luc Pattyn11-Jul-07 6:29
sitebuilderLuc Pattyn11-Jul-07 6:29 
GeneralRe: Membership.HashAlgorithmType Property Pin
Brendan Vogt11-Jul-07 6:36
Brendan Vogt11-Jul-07 6:36 
AnswerRe: Membership.HashAlgorithmType Property Pin
ruanr11-Jul-07 20:44
ruanr11-Jul-07 20:44 
QuestionSQL script [modified] Pin
kibromg11-Jul-07 6:04
kibromg11-Jul-07 6:04 
AnswerRe: SQL script Pin
MidwestLimey11-Jul-07 7:06
professionalMidwestLimey11-Jul-07 7:06 
QuestionXML in c# Pin
Raymond_P*11-Jul-07 5:56
Raymond_P*11-Jul-07 5:56 
AnswerRe: XML in c# Pin
Jimmanuel11-Jul-07 6:20
Jimmanuel11-Jul-07 6:20 
GeneralRe: XML in c# Pin
Raymond_P*11-Jul-07 6:43
Raymond_P*11-Jul-07 6:43 
QuestionArrays Pin
sinji_solanki11-Jul-07 5:23
sinji_solanki11-Jul-07 5:23 
AnswerRe: Arrays Pin
Guffa11-Jul-07 5:28
Guffa11-Jul-07 5:28 
AnswerRe: Arrays Pin
Colin Angus Mackay11-Jul-07 5:28
Colin Angus Mackay11-Jul-07 5:28 
AnswerStop it! Pin
Martin#11-Jul-07 5:33
Martin#11-Jul-07 5:33 
AnswerRe: Arrays Pin
Luc Pattyn11-Jul-07 5:53
sitebuilderLuc Pattyn11-Jul-07 5:53 
AnswerRe: Arrays Pin
snorkie11-Jul-07 7:27
professionalsnorkie11-Jul-07 7:27 
Question[Message Deleted] Pin
sinji_solanki11-Jul-07 5:22
sinji_solanki11-Jul-07 5:22 
AnswerRe: c# Pin
Guffa11-Jul-07 5:26
Guffa11-Jul-07 5:26 
GeneralRe: c# Pin
Colin Angus Mackay11-Jul-07 5:27
Colin Angus Mackay11-Jul-07 5: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.