Click here to Skip to main content
15,885,757 members
Home / Discussions / C#
   

C#

 
QuestionError Pin
messages10-Oct-06 8:14
messages10-Oct-06 8:14 
AnswerRe: How do i make one o' these? (pic inside) Pin
Guffa10-Oct-06 11:28
Guffa10-Oct-06 11:28 
GeneralRe: How do i make one o' these? (pic inside) Pin
Anthony Mushrow10-Oct-06 13:18
professionalAnthony Mushrow10-Oct-06 13:18 
GeneralRe: How do i make one o' these? (pic inside) Pin
Dan Neely11-Oct-06 2:16
Dan Neely11-Oct-06 2:16 
QuestionDropdown list Pin
Naji.A10-Oct-06 7:37
Naji.A10-Oct-06 7:37 
AnswerRe: Dropdown list Pin
Private_Void10-Oct-06 8:14
Private_Void10-Oct-06 8:14 
GeneralRe: Dropdown list Pin
Naji.A10-Oct-06 8:52
Naji.A10-Oct-06 8:52 
AnswerRe: Dropdown list Pin
Anthony Mushrow10-Oct-06 14:42
professionalAnthony Mushrow10-Oct-06 14:42 
Not sure about dropdownlist on t'internet, but the equivelant is a combobax right?

Well even if its not

this.combobox1.SelectedItemValue = some_kinda_string;

doesn't work

this.combobox1.SelectedItem = some_kinda_string;

does work, so i guess that you want to be usin'

DropDownList2.SelectedItem = YestYear.ToString();<br />
DropDownList3.SelectedItem = YestMonth.ToString();<br />
DropDownList4.SelectedItem = YestDay.ToString();


If not, im all out of ideas.
GeneralRe: Dropdown list Pin
Private_Void11-Oct-06 3:10
Private_Void11-Oct-06 3:10 
Questional command line syntax Pin
waheed awan10-Oct-06 6:56
waheed awan10-Oct-06 6:56 
Questionexecuting a PHP file on the webserver [modified] Pin
asamay10-Oct-06 6:42
asamay10-Oct-06 6:42 
AnswerRe: executing an PHP file on the webserver Pin
mikone10-Oct-06 6:51
mikone10-Oct-06 6:51 
GeneralRe: executing a PHP file on the webserver Pin
asamay10-Oct-06 7:00
asamay10-Oct-06 7:00 
GeneralRe: executing a PHP file on the webserver Pin
mikone10-Oct-06 7:59
mikone10-Oct-06 7:59 
GeneralRe: executing a PHP file on the webserver Pin
asamay10-Oct-06 8:28
asamay10-Oct-06 8:28 
QuestionDataColumn and DataTable Pin
123456uio10-Oct-06 6:25
123456uio10-Oct-06 6:25 
AnswerRe: DataColumn and DataTable Pin
Ioan Anton10-Oct-06 8:19
Ioan Anton10-Oct-06 8:19 
AnswerRe: DataColumn and DataTable Pin
Private_Void10-Oct-06 8:24
Private_Void10-Oct-06 8:24 
Questioncrystal reports with c#.net Pin
Raheelchohan10-Oct-06 5:26
Raheelchohan10-Oct-06 5:26 
QuestionMy good stuff to share... Pin
ahyeek10-Oct-06 5:11
ahyeek10-Oct-06 5:11 
QuestionHow fast is a bubble sort? Pin
Anthony Mushrow10-Oct-06 4:59
professionalAnthony Mushrow10-Oct-06 4:59 
AnswerRe: How fast is a bubble sort? Pin
J4amieC10-Oct-06 5:11
J4amieC10-Oct-06 5:11 
GeneralRe: How fast is a bubble sort? Pin
Anthony Mushrow10-Oct-06 5:56
professionalAnthony Mushrow10-Oct-06 5:56 
AnswerRe: How fast is a bubble sort? Pin
Ashish Derhgawen10-Oct-06 5:57
Ashish Derhgawen10-Oct-06 5:57 
GeneralRe: How fast is a bubble sort? Pin
Dan Neely10-Oct-06 6:03
Dan Neely10-Oct-06 6:03 

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.