Click here to Skip to main content
15,908,906 members
Home / Discussions / C#
   

C#

 
QuestionDataGridView Focus Pin
Drew McGhie22-Sep-05 9:29
Drew McGhie22-Sep-05 9:29 
AnswerRe: DataGridView Focus Pin
seee sharp22-Sep-05 17:53
seee sharp22-Sep-05 17:53 
AnswerRe: DataGridView Focus Pin
EKJDBA22-Sep-05 21:09
EKJDBA22-Sep-05 21:09 
QuestionReading a string line by line? Pin
Red_Wizard_Shot_The_Food22-Sep-05 8:32
Red_Wizard_Shot_The_Food22-Sep-05 8:32 
AnswerRe: Reading a string line by line? Pin
Guffa22-Sep-05 8:36
Guffa22-Sep-05 8:36 
AnswerRe: Reading a string line by line? Pin
Heath Stewart22-Sep-05 8:37
protectorHeath Stewart22-Sep-05 8:37 
Question.Net control behaves differently between Web and Windows application Pin
Handy Su22-Sep-05 7:59
Handy Su22-Sep-05 7:59 
AnswerRe: .Net control behaves differently between Web and Windows application Pin
Heath Stewart22-Sep-05 8:03
protectorHeath Stewart22-Sep-05 8:03 
You can't mix Windows Forms controls and Web Forms controls together like that (although a Winodws Forms control can be embedded into the resultant HTML to be displayed on the client - but not used on the server).

Windows Forms controls are tied to window handles that every control from the desktop and top-level windows to controls like radio buttons. These send messages throughout Windows.

Web Forms controls output HTML to the page to be displayed in the client. They are completely different things.

For Windows Forms, the radio buttons to be checked exlusively as a group must all be in the same container, be that an entire form or a GroupBox.

For Web Forms, the radio buttons must all have the same Name property (which is the name used in the form data).

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Customer Product-lifecycle Experience
Microsoft

[My Articles] [My Blog]
GeneralRe: .Net control behaves differently between Web and Windows application Pin
Dave Kreskowiak22-Sep-05 8:23
mveDave Kreskowiak22-Sep-05 8:23 
GeneralRe: .Net control behaves differently between Web and Windows application Pin
Heath Stewart22-Sep-05 8:33
protectorHeath Stewart22-Sep-05 8:33 
Questionproblem with a HEX array Pin
cue_ball22-Sep-05 7:42
cue_ball22-Sep-05 7:42 
AnswerRe: problem with a HEX array Pin
Heath Stewart22-Sep-05 8:09
protectorHeath Stewart22-Sep-05 8:09 
QuestionDataGridViewCheckBoxColumn Pin
Drew McGhie22-Sep-05 7:22
Drew McGhie22-Sep-05 7:22 
AnswerRe: DataGridViewCheckBoxColumn Pin
Drew McGhie22-Sep-05 7:59
Drew McGhie22-Sep-05 7:59 
QuestionMore Efficient Code Pin
Debs*22-Sep-05 6:58
Debs*22-Sep-05 6:58 
AnswerRe: More Efficient Code Pin
therealmccoy22-Sep-05 7:03
therealmccoy22-Sep-05 7:03 
AnswerRe: More Efficient Code Pin
Robert Rohde22-Sep-05 8:06
Robert Rohde22-Sep-05 8:06 
GeneralRe: More Efficient Code Pin
Niklas Ulvinge22-Sep-05 8:51
Niklas Ulvinge22-Sep-05 8:51 
GeneralRe: More Efficient Code Pin
Robert Rohde22-Sep-05 9:05
Robert Rohde22-Sep-05 9:05 
GeneralRe: More Efficient Code Pin
Debs*22-Sep-05 10:30
Debs*22-Sep-05 10:30 
GeneralRe: More Efficient Code Pin
Niklas Ulvinge23-Sep-05 0:42
Niklas Ulvinge23-Sep-05 0:42 
AnswerRe: More Efficient Code -SOLVED Pin
Debs*23-Sep-05 7:11
Debs*23-Sep-05 7:11 
QuestionIEnumIDList.Next(...) is not working :( Pin
daouner22-Sep-05 5:28
daouner22-Sep-05 5:28 
AnswerRe: IEnumIDList.Next(...) is not working :( Pin
Heath Stewart22-Sep-05 6:29
protectorHeath Stewart22-Sep-05 6:29 
GeneralRe: IEnumIDList.Next(...) is not working :( Pin
daouner22-Sep-05 7:25
daouner22-Sep-05 7: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.