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

C#

 
GeneralRe: Sorting String Using Radix Sort Pin
harold aptroot2-Sep-09 6:36
harold aptroot2-Sep-09 6:36 
GeneralRe: Sorting String Using Radix Sort Pin
gamer11272-Sep-09 7:17
gamer11272-Sep-09 7:17 
GeneralRe: Sorting String Using Radix Sort Pin
harold aptroot2-Sep-09 9:29
harold aptroot2-Sep-09 9:29 
GeneralRe: Sorting String Using Radix Sort Pin
gamer11272-Sep-09 16:07
gamer11272-Sep-09 16:07 
GeneralRe: Sorting String Using Radix Sort Pin
harold aptroot3-Sep-09 0:31
harold aptroot3-Sep-09 0:31 
GeneralRe: Sorting String Using Radix Sort Pin
gamer11273-Sep-09 1:36
gamer11273-Sep-09 1:36 
Answer[Message Deleted] Pin
ghelhei2-Sep-09 23:13
ghelhei2-Sep-09 23:13 
GeneralRe: Sorting String Using Radix Sort Pin
ghelhei2-Sep-09 23:13
ghelhei2-Sep-09 23:13 
QuestionEnabling Event in Grid View [modified] Pin
D4u2-Sep-09 2:42
D4u2-Sep-09 2:42 
AnswerRe: Enabling Event in Grid View Pin
Richard MacCutchan2-Sep-09 5:34
mveRichard MacCutchan2-Sep-09 5:34 
Questionregarding patch development ?? Pin
Tridip Bhattacharjee2-Sep-09 0:21
professionalTridip Bhattacharjee2-Sep-09 0:21 
AnswerRe: regarding patch development ?? Pin
Christian Graus2-Sep-09 0:31
protectorChristian Graus2-Sep-09 0:31 
AnswerRe: regarding patch development ?? Pin
Nagy Vilmos2-Sep-09 1:40
professionalNagy Vilmos2-Sep-09 1:40 
AnswerRe: regarding patch development ?? Pin
Henry Minute2-Sep-09 2:25
Henry Minute2-Sep-09 2:25 
QuestionSplash Screen In C# ? :S Pin
Saad Shuja1-Sep-09 23:50
Saad Shuja1-Sep-09 23:50 
AnswerRe: Splash Screen In C# ? :S Pin
Programm3r2-Sep-09 0:07
Programm3r2-Sep-09 0:07 
AnswerRe: Splash Screen In C# ? :S Pin
stancrm2-Sep-09 0:33
stancrm2-Sep-09 0:33 
AnswerRe: Splash Screen In C# ? :S Pin
Swetha Srinivasan3-Sep-09 20:04
Swetha Srinivasan3-Sep-09 20:04 
GeneralRe: Splash Screen In C# ? :S Pin
Saad Shuja3-Sep-09 20:53
Saad Shuja3-Sep-09 20:53 
QuestionDataGridView: Using different fonts in single DataGridViewTextBoxCell Pin
cuker11-Sep-09 23:28
cuker11-Sep-09 23:28 
AnswerRe: DataGridView: Using different fonts in single DataGridViewTextBoxCell Pin
Eddy Vluggen2-Sep-09 1:04
professionalEddy Vluggen2-Sep-09 1:04 
GeneralRe: DataGridView: Using different fonts in single DataGridViewTextBoxCell Pin
cuker16-Sep-09 20:38
cuker16-Sep-09 20:38 
GeneralRe: DataGridView: Using different fonts in single DataGridViewTextBoxCell Pin
Eddy Vluggen6-Sep-09 20:51
professionalEddy Vluggen6-Sep-09 20:51 
Questionhow to show the data in datagrid with dropdownbox Pin
Manish791-Sep-09 23:27
Manish791-Sep-09 23:27 
AnswerRe: how to show the data in datagrid with dropdownbox Pin
Jacobb Michael1-Sep-09 23:48
Jacobb Michael1-Sep-09 23:48 
Hi

I think it will reset the first record of the dropdownlist, when ever you load or refresh the datagridview.

if i am correct.
you need to set the selected index of a dropdownlist in row binding event of the datagridview.

i can suggest...

or use text box along with dropdownlist.
or lable along with dropdownlist

so just show the dropdownlist box only at the click of a cell.
and after selection hide the ddl and show the lable

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.