Click here to Skip to main content
15,889,909 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: MULTI LANGUAGE WEBSITE IN ASP.NET USING C# Pin
Abhinav S8-Sep-13 18:15
Abhinav S8-Sep-13 18:15 
Questionupdate a formview that allows paging (dynamic data website)‏ Pin
marounmm5-Sep-13 3:24
marounmm5-Sep-13 3:24 
AnswerRe: update a formview that allows paging (dynamic data website)‏ Pin
Codes DeCodes10-Sep-13 0:46
Codes DeCodes10-Sep-13 0:46 
Questionradio button Pin
Member 102315013-Sep-13 23:08
Member 102315013-Sep-13 23:08 
AnswerRe: radio button Pin
TheUltimateDebugger3-Sep-13 23:15
professionalTheUltimateDebugger3-Sep-13 23:15 
AnswerRe: radio button Pin
Bernhard Hiller3-Sep-13 23:17
Bernhard Hiller3-Sep-13 23:17 
AnswerRe: radio button Pin
jitendra kumar upadhyay5-Sep-13 1:47
jitendra kumar upadhyay5-Sep-13 1:47 
AnswerRe: radio button Pin
Forbiddenx6-Sep-13 7:17
Forbiddenx6-Sep-13 7:17 
Make a variable public or private. using public to make it more easy to understand... and place it outside your function so it holds its value after each click.

private will also work, but then it is accessible only within the class itself.. that is a whole different discussion.

public int counter =0;

then in your click event for the radio button increase the counter.
counter++;

should do the trick...

Not going to write it for you though.
=)

AnswerRe: radio button Pin
Dholakiya Ankit10-Sep-13 0:15
Dholakiya Ankit10-Sep-13 0:15 
QuestionAsp.Net Query Pin
ShobhitGupta3-Sep-13 4:27
ShobhitGupta3-Sep-13 4:27 
AnswerRe: Asp.Net Query Pin
jkirkerx3-Sep-13 11:02
professionaljkirkerx3-Sep-13 11:02 
AnswerRe: Asp.Net Query Pin
Bernhard Hiller3-Sep-13 23:24
Bernhard Hiller3-Sep-13 23:24 
Questionunrecognized tag webpartmanager Pin
risingsun2k3-Sep-13 3:28
risingsun2k3-Sep-13 3:28 
AnswerRe: unrecognized tag webpartmanager Pin
Marco Bertschi3-Sep-13 4:24
protectorMarco Bertschi3-Sep-13 4:24 
SuggestionRe: unrecognized tag webpartmanager Pin
Richard Deeming3-Sep-13 5:42
mveRichard Deeming3-Sep-13 5:42 
QuestionApplication Designing guide line for interaction between Win & Web application Pin
Tridip Bhattacharjee3-Sep-13 3:20
professionalTridip Bhattacharjee3-Sep-13 3:20 
AnswerRe: Application Designing guide line for interaction between Win & Web application Pin
Forbiddenx6-Sep-13 7:47
Forbiddenx6-Sep-13 7:47 
QuestionWeb Site Administration Tool problem Pin
larsp7773-Sep-13 0:37
larsp7773-Sep-13 0:37 
QuestionRe: Web Site Administration Tool problem Pin
ZurdoDev6-Sep-13 7:10
professionalZurdoDev6-Sep-13 7:10 
AnswerRe: Web Site Administration Tool problem Pin
larsp7777-Sep-13 0:21
larsp7777-Sep-13 0:21 
AnswerRe: Web Site Administration Tool problem Pin
ZurdoDev9-Sep-13 2:14
professionalZurdoDev9-Sep-13 2:14 
GeneralRe: Web Site Administration Tool problem Pin
larsp7779-Sep-13 2:16
larsp7779-Sep-13 2:16 
QuestionRe: Web Site Administration Tool problem Pin
ZurdoDev9-Sep-13 2:24
professionalZurdoDev9-Sep-13 2:24 
AnswerRe: Web Site Administration Tool problem Pin
larsp7779-Sep-13 2:32
larsp7779-Sep-13 2:32 
SuggestionRe: Web Site Administration Tool problem Pin
ZurdoDev9-Sep-13 2:34
professionalZurdoDev9-Sep-13 2:34 

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.