Click here to Skip to main content
15,921,113 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to get balance by USSD commands? PinPopular
Dave Kreskowiak30-Aug-13 2:42
mveDave Kreskowiak30-Aug-13 2:42 
GeneralRe: how to get balance by USSD commands? Pin
davidstein30-Aug-13 3:05
davidstein30-Aug-13 3:05 
GeneralRe: how to get balance by USSD commands? Pin
Richard MacCutchan30-Aug-13 3:27
mveRichard MacCutchan30-Aug-13 3:27 
GeneralRe: how to get balance by USSD commands? Pin
Dave Kreskowiak30-Aug-13 3:59
mveDave Kreskowiak30-Aug-13 3:59 
GeneralRe: how to get balance by USSD commands? Pin
davidstein30-Aug-13 8:27
davidstein30-Aug-13 8:27 
GeneralRe: how to get balance by USSD commands? Pin
Dave Kreskowiak30-Aug-13 12:45
mveDave Kreskowiak30-Aug-13 12:45 
Questionhow to writ code for percentage in windows application form Pin
ashwini dharamsale29-Aug-13 22:31
ashwini dharamsale29-Aug-13 22:31 
AnswerRe: how to writ code for percentage in windows application form Pin
Simon_Whale29-Aug-13 23:05
Simon_Whale29-Aug-13 23:05 
GeneralRe: how to writ code for percentage in windows application form Pin
ashwini dharamsale29-Aug-13 23:09
ashwini dharamsale29-Aug-13 23:09 
GeneralRe: how to writ code for percentage in windows application form Pin
Simon_Whale29-Aug-13 23:17
Simon_Whale29-Aug-13 23:17 
GeneralRe: how to writ code for percentage in windows application form Pin
ashwini dharamsale29-Aug-13 23:20
ashwini dharamsale29-Aug-13 23:20 
GeneralRe: how to writ code for percentage in windows application form Pin
NotPolitcallyCorrect30-Aug-13 1:32
NotPolitcallyCorrect30-Aug-13 1:32 
GeneralRe: how to writ code for percentage in windows application form Pin
Forbiddenx30-Aug-13 2:57
Forbiddenx30-Aug-13 2:57 
GeneralRe: how to writ code for percentage in windows application form Pin
Keith Barrow30-Aug-13 1:40
professionalKeith Barrow30-Aug-13 1:40 
GeneralRe: how to writ code for percentage in windows application form Pin
harold aptroot29-Aug-13 23:27
harold aptroot29-Aug-13 23:27 
GeneralRe: how to writ code for percentage in windows application form Pin
Forbiddenx30-Aug-13 3:02
Forbiddenx30-Aug-13 3:02 
AnswerRe: how to writ code for percentage in windows application form Pin
OriginalGriff30-Aug-13 3:46
mveOriginalGriff30-Aug-13 3:46 
There are a lot of problems here, some of which will prevent it compiling.
Assuming that you have declared Value as a class level field or property:
1) Salary does not exist - I suspect you also want this as a class level field or property.
2) percentage does not exists, I assume that the variable you declared on the line above should be called percentage, not sal
That should cure your compiler errors, but I suspect it won't give you the right result unless you have been careful about the variable types, which it doesn't appear you have so far!
This message is manufactured from fully recyclable noughts and ones. To recycle this message, please separate into two tidy piles, and take them to your nearest local recycling centre.
Please note that in some areas noughts are always replaced with zeros by law, and many facilities cannot recycle zeroes - in this case, please bury them in your back garden and water frequently.

GeneralRe: how to writ code for percentage in windows application form Pin
Simon_Whale30-Aug-13 4:57
Simon_Whale30-Aug-13 4:57 
GeneralRe: how to writ code for percentage in windows application form Pin
OriginalGriff30-Aug-13 6:21
mveOriginalGriff30-Aug-13 6:21 
QuestionIn Windows Application how to create student marks memo Pin
ashwini dharamsale29-Aug-13 19:42
ashwini dharamsale29-Aug-13 19:42 
AnswerRe: In Windows Application how to create student marks memo Pin
Richard MacCutchan29-Aug-13 21:13
mveRichard MacCutchan29-Aug-13 21:13 
GeneralRe: In Windows Application how to create student marks memo Pin
ashwini dharamsale29-Aug-13 21:46
ashwini dharamsale29-Aug-13 21:46 
AnswerRe: In Windows Application how to create student marks memo Pin
Richard MacCutchan29-Aug-13 21:58
mveRichard MacCutchan29-Aug-13 21:58 
GeneralRe: In Windows Application how to create student marks memo Pin
Forbiddenx30-Aug-13 3:11
Forbiddenx30-Aug-13 3:11 
SuggestionRe: In Windows Application how to create student marks memo Pin
Richard MacCutchan30-Aug-13 3:25
mveRichard MacCutchan30-Aug-13 3:25 

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.