Click here to Skip to main content
15,898,867 members
Home / Discussions / C#
   

C#

 
QuestionPostBack event is not firing from checkbox control in gridview Pin
Santhosh Sebastian Mattathil3-Mar-10 19:52
Santhosh Sebastian Mattathil3-Mar-10 19:52 
QuestionCreate an email in .net 3.5 Pin
kpuneeth73-Mar-10 19:43
kpuneeth73-Mar-10 19:43 
Answer[Cross Post] Re: Create an email in .net 3.5 Pin
Scott Dorman4-Mar-10 4:36
professionalScott Dorman4-Mar-10 4:36 
QuestionHow to know an assembly exit in GAC or not Pin
vibindia3-Mar-10 19:31
vibindia3-Mar-10 19:31 
AnswerRe: How to know an assembly exit in GAC or not Pin
Manas Bhardwaj3-Mar-10 22:27
professionalManas Bhardwaj3-Mar-10 22:27 
Questionhow to implement security application block for windows application Pin
amit_833-Mar-10 19:22
professionalamit_833-Mar-10 19:22 
AnswerRe: how to implement security application block for windows application Pin
arun_pk24-Mar-10 22:37
arun_pk24-Mar-10 22:37 
QuestionHOW TO TRAP FORM TO LOAD ONLY ONCE Pin
crisjala3-Mar-10 18:55
crisjala3-Mar-10 18:55 
AnswerRe: HOW TO TRAP FORM TO LOAD ONLY ONCE Pin
Saksida Bojan3-Mar-10 19:02
Saksida Bojan3-Mar-10 19:02 
GeneralRe: HOW TO TRAP FORM TO LOAD ONLY ONCE Pin
crisjala3-Mar-10 19:09
crisjala3-Mar-10 19:09 
GeneralRe: HOW TO TRAP FORM TO LOAD ONLY ONCE Pin
Saksida Bojan3-Mar-10 19:16
Saksida Bojan3-Mar-10 19:16 
AnswerRe: HOW TO TRAP FORM TO LOAD ONLY ONCE Pin
Dave Kreskowiak4-Mar-10 1:55
mveDave Kreskowiak4-Mar-10 1:55 
Questiongenerating numbers automatically Pin
mjawadkhatri3-Mar-10 18:30
mjawadkhatri3-Mar-10 18:30 
AnswerRe: generating numbers automatically Pin
Saksida Bojan3-Mar-10 18:31
Saksida Bojan3-Mar-10 18:31 
GeneralRe: generating numbers automatically Pin
mjawadkhatri3-Mar-10 18:47
mjawadkhatri3-Mar-10 18:47 
GeneralRe: generating numbers automatically Pin
Saksida Bojan3-Mar-10 18:49
Saksida Bojan3-Mar-10 18:49 
GeneralRe: generating numbers automatically Pin
mjawadkhatri3-Mar-10 18:51
mjawadkhatri3-Mar-10 18:51 
GeneralRe: generating numbers automatically Pin
Saksida Bojan3-Mar-10 18:57
Saksida Bojan3-Mar-10 18:57 
AnswerRe: generating numbers automatically Pin
J4amieC3-Mar-10 21:40
J4amieC3-Mar-10 21:40 
Questionsetup of window application Pin
Milind Panchal3-Mar-10 17:41
Milind Panchal3-Mar-10 17:41 
AnswerRe: setup of window application Pin
AspDotNetDev3-Mar-10 17:47
protectorAspDotNetDev3-Mar-10 17:47 
GeneralRe: setup of window application Pin
Milind Panchal3-Mar-10 17:57
Milind Panchal3-Mar-10 17:57 
GeneralRe: setup of window application Pin
Nasri873-Mar-10 22:54
Nasri873-Mar-10 22:54 
QuestionTransferring Focus to Multiple Buttons Pin
gamer11273-Mar-10 13:53
gamer11273-Mar-10 13:53 
AnswerRe: Transferring Focus to Multiple Buttons Pin
Rod Kemp3-Mar-10 17:28
Rod Kemp3-Mar-10 17:28 
So you start off with the buttons enabled property as False then when the start button is clicked you go through each control in Panel.Controls and if it is a button and not the start button set the enabled property to True.

You may want to put the alphabet buttons in a groupbox to further segregate them from any other controls, in this case you go through the GroupBox.Controls collection instead.

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.